This creates the Google Sheet/Grist namespace as PriceSlot{createSlotNumber || ''}.
{
if (v === 'from_price' || v === 'blank') {
createMode = v;
if (v === 'from_price') applyCreateTemplate();
}
}}
>
{createMode === 'from_price'
? 'From base Price with adjustment'
: 'Blank (add manually)'}
From base Price with adjustmentBlank (add manually)
{#if createMode === 'from_price'}
{
if (v) adjustmentMode = v as AdjustmentMode;
applyCreateTemplate();
}}
>
{adjustmentModeLabels[adjustmentMode]}
Increase by Percentage (%)Increase by Fixed AmountDecrease by Percentage (%)Decrease by Fixed Amount