App erstellt

This commit is contained in:
2026-07-31 10:42:00 +00:00
parent a8158ed10b
commit d5467c3f1a
50 changed files with 3888 additions and 976 deletions
@@ -4,22 +4,32 @@
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"boxShadow": "none",
"defaultOptionValue": "GREEN",
"defaultOptionValue": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "sourceData"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "onOptionChange"
},
{
"key": "sourceData"
}
],
"dynamicTriggerPathList": [],
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"isDisabled": false,
"isFilterable": true,
"isLoading": false,
@@ -31,7 +41,7 @@
"labelText": "Hausauswahl",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 22,
"leftColumn": 3,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
@@ -40,17 +50,18 @@
"mobileRightColumn": 40,
"mobileTopRow": 5,
"needsErrorInfo": false,
"optionLabel": "name",
"optionValue": "code",
"onOptionChange": "{{ resetWidget(\"Termin\", true).then(() => qryReisen.run()) }}",
"optionLabel": "label",
"optionValue": "value",
"parentColumnSpace": 10.55859375,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"placeholderText": "Select option",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 42,
"rightColumn": 20,
"serverSideFiltering": false,
"sourceData": "[\n {\n \"name\": \"Blue\",\n \"code\": \"BLUE\"\n },\n {\n \"name\": \"Green\",\n \"code\": \"GREEN\"\n },\n {\n \"name\": \"Red\",\n \"code\": \"RED\"\n }\n]",
"sourceData": "{{qryHaeuser.data}}",
"topRow": 5,
"type": "SELECT_WIDGET",
"version": 1,