System generated commit, initial commit

This commit is contained in:
2026-07-28 07:37:10 +00:00
parent 69d18fb4e5
commit a8158ed10b
45 changed files with 3974 additions and 0 deletions
@@ -0,0 +1,91 @@
{
"animateLoading": true,
"backgroundColor": "#FFFFFF",
"borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1",
"bottomRow": 18,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 140,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "5go6syp3aw",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 100,
"minWidth": 450,
"mobileBottomRow": 100,
"mobileLeftColumn": 0,
"mobileRightColumn": 695.75,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "srk0i4wgua",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 695.75,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "ztxgnv0afs",
"widgetName": "Canvas2"
}
],
"containerStyle": "card",
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexVerticalAlignment": "stretch",
"isCanvas": true,
"isLoading": false,
"isVisible": true,
"key": "7zn3ka8jjq",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 10,
"minWidth": 450,
"mobileBottomRow": 18,
"mobileLeftColumn": 0,
"mobileRightColumn": 23,
"mobileTopRow": 8,
"needsErrorInfo": false,
"originalBottomRow": 18,
"originalTopRow": 4,
"parentColumnSpace": 30.25,
"parentId": "0",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"shouldScrollContents": true,
"topRow": 4,
"type": "CONTAINER_WIDGET",
"version": 1,
"widgetId": "srk0i4wgua",
"widgetName": "Daateiauswahl"
}
@@ -0,0 +1,47 @@
{
"allowedFileTypes": [
"*"
],
"animateLoading": true,
"borderRadius": "1.5rem",
"bottomRow": 4,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"dynamicBindingPathList": [
{
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [],
"dynamicTyping": true,
"fileDataType": "Array",
"files": [],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isRequired": true,
"isVisible": true,
"key": "dnwpyqdcgc",
"label": "Teilnehmerliste Uploaden",
"leftColumn": 24,
"maxFileSize": "30",
"maxNumFiles": "1",
"minWidth": 120,
"mobileBottomRow": 17,
"mobileLeftColumn": 11,
"mobileRightColumn": 27,
"mobileTopRow": 13,
"needsErrorInfo": false,
"parentColumnSpace": 20.25,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 40,
"selectedFiles": [],
"topRow": 0,
"type": "FILE_PICKER_WIDGET_V2",
"version": 1,
"widgetId": "fubn26bmpg",
"widgetName": "Dateiupload"
}
@@ -0,0 +1,59 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"boxShadow": "none",
"defaultOptionValue": "GREEN",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "sourceData"
}
],
"dynamicTriggerPathList": [],
"isDisabled": false,
"isFilterable": true,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "y4dm53w0sb",
"labelAlignment": "left",
"labelPosition": "Top",
"labelText": "Hausauswahl",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 22,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 12,
"mobileLeftColumn": 20,
"mobileRightColumn": 40,
"mobileTopRow": 5,
"needsErrorInfo": false,
"optionLabel": "name",
"optionValue": "code",
"parentColumnSpace": 10.55859375,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"placeholderText": "Select option",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 42,
"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]",
"topRow": 5,
"type": "SELECT_WIDGET",
"version": 1,
"widgetId": "vhcim8xijc",
"widgetName": "Hausauswahl"
}