Neueste Version

This commit is contained in:
2026-08-19 10:07:31 +00:00
parent 5cc0d238c5
commit 1cbb64474b
7 changed files with 33 additions and 18 deletions
@@ -3,7 +3,7 @@
"alignWidget": "LEFT", "alignWidget": "LEFT",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 38, "bottomRow": 18,
"defaultCheckedState": true, "defaultCheckedState": true,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
@@ -27,7 +27,7 @@
"key": "qvkdps07r4", "key": "qvkdps07r4",
"label": "Ganztägig", "label": "Ganztägig",
"labelPosition": "Right", "labelPosition": "Right",
"leftColumn": 1, "leftColumn": 24,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 4, "minDynamicHeight": 4,
"minWidth": 450, "minWidth": 450,
@@ -44,8 +44,8 @@
"parentRowSpace": 10, "parentRowSpace": 10,
"renderMode": "CANVAS", "renderMode": "CANVAS",
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 43, "rightColumn": 63,
"topRow": 34, "topRow": 14,
"type": "CHECKBOX_WIDGET", "type": "CHECKBOX_WIDGET",
"version": 1, "version": 1,
"widgetId": "ahhin3wdnq", "widgetId": "ahhin3wdnq",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 26, "bottomRow": 27,
"boxShadow": "none", "boxShadow": "none",
"closeOnSelection": true, "closeOnSelection": true,
"dateFormat": "D MMMM, YYYY", "dateFormat": "D MMMM, YYYY",
@@ -48,7 +48,7 @@
"rightColumn": 22, "rightColumn": 22,
"shortcuts": false, "shortcuts": false,
"timePrecision": "None", "timePrecision": "None",
"topRow": 19, "topRow": 20,
"type": "DATE_PICKER_WIDGET2", "type": "DATE_PICKER_WIDGET2",
"version": 2, "version": 2,
"widgetId": "k0y272smyy", "widgetId": "k0y272smyy",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18, "bottomRow": 27,
"boxShadow": "none", "boxShadow": "none",
"defaultOptionValue": "GREEN", "defaultOptionValue": "GREEN",
"dynamicBindingPathList": [ "dynamicBindingPathList": [
@@ -14,16 +14,22 @@
}, },
{ {
"key": "sourceData" "key": "sourceData"
},
{
"key": "isDisabled"
} }
], ],
"dynamicHeight": "FIXED", "dynamicHeight": "FIXED",
"dynamicPropertyPathList": [ "dynamicPropertyPathList": [
{ {
"key": "sourceData" "key": "sourceData"
},
{
"key": "isDisabled"
} }
], ],
"dynamicTriggerPathList": [], "dynamicTriggerPathList": [],
"isDisabled": false, "isDisabled": "{{ AllDayCheckbox.isChecked }}",
"isFilterable": false, "isFilterable": false,
"isLoading": false, "isLoading": false,
"isRequired": false, "isRequired": false,
@@ -54,7 +60,7 @@
"rightColumn": 53, "rightColumn": 53,
"serverSideFiltering": false, "serverSideFiltering": false,
"sourceData": "{{\n [\n { label: \"07:30\", value: \"07:30\" },\n { label: \"08:00\", value: \"08:00\" },\n { label: \"08:30\", value: \"08:30\" },\n { label: \"09:00\", value: \"09:00\" },\n { label: \"09:30\", value: \"09:30\" },\n { label: \"10:00\", value: \"10:00\" },\n { label: \"10:30\", value: \"10:30\" },\n { label: \"11:00\", value: \"11:00\" },\n { label: \"11:30\", value: \"11:30\" },\n { label: \"12:00\", value: \"12:00\" },\n { label: \"12:30\", value: \"12:30\" },\n { label: \"13:00\", value: \"13:00\" },\n { label: \"13:30\", value: \"13:30\" },\n { label: \"14:00\", value: \"14:00\" },\n { label: \"14:30\", value: \"14:30\" },\n { label: \"15:00\", value: \"15:00\" },\n { label: \"15:30\", value: \"15:30\" },\n { label: \"16:00\", value: \"16:00\" },\n { label: \"16:30\", value: \"16:30\" },\n { label: \"17:00\", value: \"17:00\" },\n { label: \"17:30\", value: \"17:30\" },\n { label: \"18:00\", value: \"18:00\" }\n ].filter(option => {\n const start =\n BookingStartTime.selectedOptionValue ||\n \"07:00\";\n\n return option.value > start;\n })\n}}", "sourceData": "{{\n [\n { label: \"07:30\", value: \"07:30\" },\n { label: \"08:00\", value: \"08:00\" },\n { label: \"08:30\", value: \"08:30\" },\n { label: \"09:00\", value: \"09:00\" },\n { label: \"09:30\", value: \"09:30\" },\n { label: \"10:00\", value: \"10:00\" },\n { label: \"10:30\", value: \"10:30\" },\n { label: \"11:00\", value: \"11:00\" },\n { label: \"11:30\", value: \"11:30\" },\n { label: \"12:00\", value: \"12:00\" },\n { label: \"12:30\", value: \"12:30\" },\n { label: \"13:00\", value: \"13:00\" },\n { label: \"13:30\", value: \"13:30\" },\n { label: \"14:00\", value: \"14:00\" },\n { label: \"14:30\", value: \"14:30\" },\n { label: \"15:00\", value: \"15:00\" },\n { label: \"15:30\", value: \"15:30\" },\n { label: \"16:00\", value: \"16:00\" },\n { label: \"16:30\", value: \"16:30\" },\n { label: \"17:00\", value: \"17:00\" },\n { label: \"17:30\", value: \"17:30\" },\n { label: \"18:00\", value: \"18:00\" }\n ].filter(option => {\n const start =\n BookingStartTime.selectedOptionValue ||\n \"07:00\";\n\n return option.value > start;\n })\n}}",
"topRow": 11, "topRow": 20,
"type": "SELECT_WIDGET", "type": "SELECT_WIDGET",
"version": 1, "version": 1,
"widgetId": "ffcw6h9yvt", "widgetId": "ffcw6h9yvt",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18, "bottomRow": 20,
"boxShadow": "none", "boxShadow": "none",
"closeOnSelection": true, "closeOnSelection": true,
"dateFormat": "D MMMM, YYYY", "dateFormat": "D MMMM, YYYY",
@@ -48,7 +48,7 @@
"rightColumn": 22, "rightColumn": 22,
"shortcuts": false, "shortcuts": false,
"timePrecision": "None", "timePrecision": "None",
"topRow": 11, "topRow": 12,
"type": "DATE_PICKER_WIDGET2", "type": "DATE_PICKER_WIDGET2",
"version": 2, "version": 2,
"widgetId": "7g7p1jdnt1", "widgetId": "7g7p1jdnt1",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18, "bottomRow": 27,
"boxShadow": "none", "boxShadow": "none",
"defaultOptionValue": "GREEN", "defaultOptionValue": "GREEN",
"dynamicBindingPathList": [ "dynamicBindingPathList": [
@@ -14,16 +14,22 @@
}, },
{ {
"key": "sourceData" "key": "sourceData"
},
{
"key": "isDisabled"
} }
], ],
"dynamicHeight": "FIXED", "dynamicHeight": "FIXED",
"dynamicPropertyPathList": [ "dynamicPropertyPathList": [
{ {
"key": "sourceData" "key": "sourceData"
},
{
"key": "isDisabled"
} }
], ],
"dynamicTriggerPathList": [], "dynamicTriggerPathList": [],
"isDisabled": false, "isDisabled": "{{ AllDayCheckbox.isChecked }}",
"isFilterable": false, "isFilterable": false,
"isLoading": false, "isLoading": false,
"isRequired": false, "isRequired": false,
@@ -34,7 +40,7 @@
"labelText": "Startzeit", "labelText": "Startzeit",
"labelTextSize": "0.875rem", "labelTextSize": "0.875rem",
"labelWidth": 5, "labelWidth": 5,
"leftColumn": 25, "leftColumn": 24,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 4, "minDynamicHeight": 4,
"minWidth": 450, "minWidth": 450,
@@ -51,10 +57,10 @@
"placeholderText": "Select option", "placeholderText": "Select option",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 39, "rightColumn": 38,
"serverSideFiltering": false, "serverSideFiltering": false,
"sourceData": "{{\n [\n { label: \"07:00\", value: \"07:00\" },\n { label: \"07:30\", value: \"07:30\" },\n { label: \"08:00\", value: \"08:00\" },\n { label: \"08:30\", value: \"08:30\" },\n { label: \"09:00\", value: \"09:00\" },\n { label: \"09:30\", value: \"09:30\" },\n { label: \"10:00\", value: \"10:00\" },\n { label: \"10:30\", value: \"10:30\" },\n { label: \"11:00\", value: \"11:00\" },\n { label: \"11:30\", value: \"11:30\" },\n { label: \"12:00\", value: \"12:00\" },\n { label: \"12:30\", value: \"12:30\" },\n { label: \"13:00\", value: \"13:00\" },\n { label: \"13:30\", value: \"13:30\" },\n { label: \"14:00\", value: \"14:00\" },\n { label: \"14:30\", value: \"14:30\" },\n { label: \"15:00\", value: \"15:00\" },\n { label: \"15:30\", value: \"15:30\" },\n { label: \"16:00\", value: \"16:00\" },\n { label: \"16:30\", value: \"16:30\" },\n { label: \"17:00\", value: \"17:00\" },\n { label: \"17:30\", value: \"17:30\" }\n ]\n}}", "sourceData": "{{\n [\n { label: \"07:00\", value: \"07:00\" },\n { label: \"07:30\", value: \"07:30\" },\n { label: \"08:00\", value: \"08:00\" },\n { label: \"08:30\", value: \"08:30\" },\n { label: \"09:00\", value: \"09:00\" },\n { label: \"09:30\", value: \"09:30\" },\n { label: \"10:00\", value: \"10:00\" },\n { label: \"10:30\", value: \"10:30\" },\n { label: \"11:00\", value: \"11:00\" },\n { label: \"11:30\", value: \"11:30\" },\n { label: \"12:00\", value: \"12:00\" },\n { label: \"12:30\", value: \"12:30\" },\n { label: \"13:00\", value: \"13:00\" },\n { label: \"13:30\", value: \"13:30\" },\n { label: \"14:00\", value: \"14:00\" },\n { label: \"14:30\", value: \"14:30\" },\n { label: \"15:00\", value: \"15:00\" },\n { label: \"15:30\", value: \"15:30\" },\n { label: \"16:00\", value: \"16:00\" },\n { label: \"16:30\", value: \"16:30\" },\n { label: \"17:00\", value: \"17:00\" },\n { label: \"17:30\", value: \"17:30\" }\n ]\n}}",
"topRow": 11, "topRow": 20,
"type": "SELECT_WIDGET", "type": "SELECT_WIDGET",
"version": 1, "version": 1,
"widgetId": "u53n2l4s54", "widgetId": "u53n2l4s54",
@@ -37,7 +37,7 @@
"mobileRightColumn": 63, "mobileRightColumn": 63,
"mobileTopRow": 18, "mobileTopRow": 18,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{\n CreateBooking\n .run()\n .then(() => {\n return closeModal(\n \"Platzbuchung\"\n );\n })\n .then(() => {\n return GetSeatBookings.run();\n })\n .catch((error) => {\n showAlert(\n \"Die Buchung konnte nicht gespeichert werden.\",\n \"error\"\n );\n\n console.error(\n \"CreateBooking fehlgeschlagen:\",\n error\n );\n });\n}}", "onClick": "{{\n CreateBooking\n .run()\n .then(() => {\n return closeModal(\n \"Platzbuchung\"\n );\n })\n .then(() => {\n return GetSeatBookings.run();\n })\n .catch((error) => {\n console.error(\n \"Buchung fehlgeschlagen:\",\n error\n );\n\n showAlert(\n \"Die Buchung konnte nicht gespeichert werden.\",\n \"error\"\n );\n });\n}}",
"originalBottomRow": 40, "originalBottomRow": 40,
"originalTopRow": 36, "originalTopRow": 36,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
@@ -11,6 +11,9 @@
}, },
{ {
"key": "borderRadius" "key": "borderRadius"
},
{
"key": "text"
} }
], ],
"dynamicHeight": "AUTO_HEIGHT", "dynamicHeight": "AUTO_HEIGHT",
@@ -40,7 +43,7 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 17, "rightColumn": 17,
"shouldTruncate": false, "shouldTruncate": false,
"text": "*Platz*", "text": "{{\n appsmith.store.bookingFormData?.seatName ||\n \"Kein Platz ausgewählt\"\n}}",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 6, "topRow": 6,