65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"animateLoading": true,
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"bottomRow": 5,
|
|
"boxShadow": "none",
|
|
"defaultOptionValue": "{{ ((options, serverSideFiltering) => ( \"1\" ))(RecurringWeeksSelect.options, RecurringWeeksSelect.serverSideFiltering) }}",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "accentColor"
|
|
},
|
|
{
|
|
"key": "borderRadius"
|
|
},
|
|
{
|
|
"key": "sourceData"
|
|
},
|
|
{
|
|
"key": "defaultOptionValue"
|
|
}
|
|
],
|
|
"dynamicHeight": "FIXED",
|
|
"dynamicPropertyPathList": [
|
|
{
|
|
"key": "sourceData"
|
|
}
|
|
],
|
|
"dynamicTriggerPathList": [],
|
|
"isDisabled": false,
|
|
"isFilterable": true,
|
|
"isLoading": false,
|
|
"isRequired": false,
|
|
"isVisible": true,
|
|
"key": "h9bwm3lkaw",
|
|
"labelAlignment": "left",
|
|
"labelPosition": "Top",
|
|
"labelText": "",
|
|
"labelTextSize": "0.875rem",
|
|
"labelWidth": 5,
|
|
"leftColumn": 5,
|
|
"maxDynamicHeight": 9000,
|
|
"minDynamicHeight": 4,
|
|
"minWidth": 450,
|
|
"mobileBottomRow": 6,
|
|
"mobileLeftColumn": 16,
|
|
"mobileRightColumn": 36,
|
|
"mobileTopRow": 0,
|
|
"needsErrorInfo": false,
|
|
"optionLabel": "value",
|
|
"optionValue": "value",
|
|
"parentColumnSpace": 10.41759033203125,
|
|
"parentId": "nxgzciev9f",
|
|
"parentRowSpace": 10,
|
|
"placeholderText": "Select option",
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 15,
|
|
"serverSideFiltering": false,
|
|
"sourceData": "{{\n Array.from(\n { length: 10 },\n (_, index) => ({\n label:\n String(index + 1) +\n (\n index === 0\n ? \" Woche\"\n : \" Wochen\"\n ),\n value:\n String(index + 1)\n })\n )\n}}",
|
|
"topRow": 1,
|
|
"type": "SELECT_WIDGET",
|
|
"version": 1,
|
|
"widgetId": "6knfmofwsh",
|
|
"widgetName": "RecurringWeeksSelect"
|
|
} |