Neueste Version
This commit is contained in:
@@ -7,17 +7,32 @@
|
||||
"closeOnSelection": true,
|
||||
"dateFormat": "D MMMM, YYYY",
|
||||
"datePickerType": "DATE_PICKER",
|
||||
"defaultDate": "2026-08-17T09:59:18.715Z",
|
||||
"defaultDate": "{{\n appsmith.store.bookingFormData?.endDate ||\n appsmith.store.bookingFormData?.startDate ||\n appsmith.store.calendarSelection?.start?.slice(0, 10) ||\n \"\"\n}}",
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "accentColor"
|
||||
},
|
||||
{
|
||||
"key": "borderRadius"
|
||||
},
|
||||
{
|
||||
"key": "defaultDate"
|
||||
}
|
||||
],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [],
|
||||
"dynamicPropertyPathList": [
|
||||
{
|
||||
"key": "defaultDate"
|
||||
},
|
||||
{
|
||||
"key": "onDateSelected"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onDateSelected"
|
||||
}
|
||||
],
|
||||
"firstDayOfWeek": 0,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
@@ -40,6 +55,7 @@
|
||||
"mobileRightColumn": 21,
|
||||
"mobileTopRow": 11,
|
||||
"needsErrorInfo": false,
|
||||
"onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n endDate:\n BookingEndDate.selectedDate\n },\n false\n )\n}}",
|
||||
"parentColumnSpace": 8.875,
|
||||
"parentId": "q44lz1f0e4",
|
||||
"parentRowSpace": 10,
|
||||
|
||||
Reference in New Issue
Block a user