74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"animateLoading": true,
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"bottomRow": 21,
|
|
"boxShadow": "none",
|
|
"closeOnSelection": true,
|
|
"dateFormat": "D MMMM, YYYY",
|
|
"datePickerType": "DATE_PICKER",
|
|
"defaultDate": "{{\n appsmith.store.bookingFormData?.startDate ||\n appsmith.store.calendarSelection?.start?.slice(0, 10) ||\n \"\"\n}}",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "accentColor"
|
|
},
|
|
{
|
|
"key": "borderRadius"
|
|
},
|
|
{
|
|
"key": "defaultDate"
|
|
}
|
|
],
|
|
"dynamicHeight": "FIXED",
|
|
"dynamicPropertyPathList": [
|
|
{
|
|
"key": "defaultDate"
|
|
},
|
|
{
|
|
"key": "onDateSelected"
|
|
}
|
|
],
|
|
"dynamicTriggerPathList": [
|
|
{
|
|
"key": "onDateSelected"
|
|
}
|
|
],
|
|
"firstDayOfWeek": 0,
|
|
"isDisabled": false,
|
|
"isLoading": false,
|
|
"isRequired": false,
|
|
"isVisible": true,
|
|
"key": "vo3jwhx7du",
|
|
"label": "Buchung von",
|
|
"labelAlignment": "left",
|
|
"labelPosition": "Top",
|
|
"labelTextSize": "0.875rem",
|
|
"labelWidth": 5,
|
|
"leftColumn": 1,
|
|
"maxDate": "2121-12-31T18:29:00.000Z",
|
|
"maxDynamicHeight": 9000,
|
|
"minDate": "1920-12-31T18:30:00.000Z",
|
|
"minDynamicHeight": 4,
|
|
"minWidth": 450,
|
|
"mobileBottomRow": 18,
|
|
"mobileLeftColumn": 1,
|
|
"mobileRightColumn": 21,
|
|
"mobileTopRow": 11,
|
|
"needsErrorInfo": false,
|
|
"onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n startDate:\n BookingStartDate.selectedDate,\n\n endDate:\n BookingStartDate.selectedDate\n },\n false\n )\n}}",
|
|
"originalBottomRow": 20,
|
|
"originalTopRow": 12,
|
|
"parentColumnSpace": 8.875,
|
|
"parentId": "q44lz1f0e4",
|
|
"parentRowSpace": 10,
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 22,
|
|
"shortcuts": false,
|
|
"timePrecision": "None",
|
|
"topRow": 13,
|
|
"type": "DATE_PICKER_WIDGET2",
|
|
"version": 2,
|
|
"widgetId": "7g7p1jdnt1",
|
|
"widgetName": "BookingStartDate"
|
|
} |