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,7 +4,7 @@
],
"animateLoading": true,
"borderRadius": "1.5rem",
"bottomRow": 4,
"bottomRow": 11,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"dynamicBindingPathList": [
@@ -12,7 +12,16 @@
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [],
"dynamicPropertyPathList": [
{
"key": "onFilesSelected"
}
],
"dynamicTriggerPathList": [
{
"key": "onFilesSelected"
}
],
"dynamicTyping": true,
"fileDataType": "Array",
"files": [],
@@ -23,7 +32,7 @@
"isVisible": true,
"key": "dnwpyqdcgc",
"label": "Teilnehmerliste Uploaden",
"leftColumn": 24,
"leftColumn": 45,
"maxFileSize": "30",
"maxNumFiles": "1",
"minWidth": 120,
@@ -32,14 +41,15 @@
"mobileRightColumn": 27,
"mobileTopRow": 13,
"needsErrorInfo": false,
"onFilesSelected": "{{\n DatenquelleTabs.setTab(\"Liste hochladen\")\n}}",
"parentColumnSpace": 20.25,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 40,
"rightColumn": 61,
"selectedFiles": [],
"topRow": 0,
"topRow": 7,
"type": "FILE_PICKER_WIDGET_V2",
"version": 1,
"widgetId": "fubn26bmpg",
@@ -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,
@@ -0,0 +1,76 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"boxShadow": "none",
"defaultOptionValue": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "sourceData"
},
{
"key": "isDisabled"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "sourceData"
},
{
"key": "onOptionChange"
},
{
"key": "isDisabled"
}
],
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"isDisabled": "{{ !Hausauswahl.selectedOptionValue }}",
"isFilterable": true,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "vwkps0mvdu",
"labelAlignment": "left",
"labelPosition": "Top",
"labelText": "Reise und Termin auswählen",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 22,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 15,
"mobileLeftColumn": 43,
"mobileRightColumn": 63,
"mobileTopRow": 8,
"needsErrorInfo": false,
"onOptionChange": "{{\n qryTeilnehmer.run()\n .then(() => DatenquelleTabs.setTab(\"Reise auswählen\"))\n}}",
"optionLabel": "label",
"optionValue": "value",
"parentColumnSpace": 19.9375,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"placeholderText": "Select option",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 42,
"serverSideFiltering": false,
"sourceData": "{{ qryReisen.data }}",
"topRow": 5,
"type": "SELECT_WIDGET",
"version": 1,
"widgetId": "aobp7jkkeu",
"widgetName": "Termin"
}