diff --git a/application.json b/application.json new file mode 100644 index 0000000..27113d2 --- /dev/null +++ b/application.json @@ -0,0 +1,77 @@ +{ + "appIsExample": false, + "appLayout": { + "type": "FLUID" + }, + "applicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": { + "colorStyle": "light", + "logoAssetId": "", + "logoConfiguration": "logoAndApplicationTitle", + "navStyle": "stacked", + "orientation": "top", + "position": "static", + "showNavbar": true, + "showSignIn": false + }, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + }, + "applicationVersion": 2, + "collapseInvisibleWidgets": true, + "color": "#C2DAF0", + "embedSetting": { + "height": "720px", + "showNavigationBar": false, + "width": "1024px" + }, + "evaluationVersion": 2, + "icon": "book", + "pages": [ + { + "id": "Startseite", + "isDefault": true + }, + { + "id": "Bearbeitung Sportclubs", + "isDefault": false + }, + { + "id": "Hausseite", + "isDefault": false + } + ], + "staticUrlSettings": { + "enabled": true, + "uniqueSlug": "factsheets" + }, + "unpublishedAppLayout": { + "type": "FLUID" + }, + "unpublishedApplicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": { + "colorStyle": "light", + "logoAssetId": "", + "logoConfiguration": "logoAndApplicationTitle", + "navStyle": "stacked", + "orientation": "top", + "position": "static", + "showNavbar": true, + "showSignIn": false + }, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + } +} \ No newline at end of file diff --git a/datasources/MySQL Factsheets.json b/datasources/MySQL Factsheets.json new file mode 100644 index 0000000..9d09ff9 --- /dev/null +++ b/datasources/MySQL Factsheets.json @@ -0,0 +1,6 @@ +{ + "gitSyncId": "6a54b983d3076fb3cf8e67f0_73daa41f-a213-4fbd-b1d6-234348411d1e", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" +} \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..45ad19b --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "artifactJsonType": "APPLICATION", + "clientSchemaVersion": 2, + "fileFormatVersion": 5, + "serverSchemaVersion": 12 +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/Bearbeitung Sportclubs.json b/pages/Bearbeitung Sportclubs/Bearbeitung Sportclubs.json new file mode 100644 index 0000000..e3741eb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/Bearbeitung Sportclubs.json @@ -0,0 +1,33 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_5fcf08e0-be7d-47b2-9d26-158164fb2eb9", + "unpublishedPage": { + "isHidden": true, + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 640, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "leftColumn": 0, + "minHeight": 560, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 1224, + "snapColumns": 64, + "snapRows": 54, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Bearbeitung Sportclubs", + "slug": "bearbeitung-sportclubs", + "uniqueSlug": "bearbeitung-sportclubs" + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/Button_Create_Mode.js b/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/Button_Create_Mode.js new file mode 100644 index 0000000..28e2fa9 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/Button_Create_Mode.js @@ -0,0 +1,7 @@ +export default { + async setCreateMode() { + await storeValue("editContext", { + mode: "create" + }, false); + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/metadata.json new file mode 100644 index 0000000..46e4f1c --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Button_Create_Mode/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_e040b7c6-34a5-4991-af80-0dddb29bdd1d", + "id": "Bearbeitung Sportclubs_Button_Create_Mode", + "unpublishedCollection": { + "name": "Button_Create_Mode", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/Input_Store.js b/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/Input_Store.js new file mode 100644 index 0000000..04d324f --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/Input_Store.js @@ -0,0 +1,12 @@ +export default { + saveEdit() { + return storeValue("editDraft", { + Kürzel: Kuerzel.text, + Hausname: Hausname.text, + Adresse: Adresse.text, + Land: Land.selectedOptionValue, + Produkt: Produktart.text, + Status: Status.selectedOptionValue + }, false); + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/metadata.json new file mode 100644 index 0000000..f69c7a3 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Input_Store/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_bd643e3f-8a51-4244-9029-e17e07faacfa", + "id": "Bearbeitung Sportclubs_Input_Store", + "unpublishedCollection": { + "name": "Input_Store", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/NavBar_Variables1/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/NavBar_Variables1/metadata.json new file mode 100644 index 0000000..8628d96 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/NavBar_Variables1/metadata.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_3a630c2f-0e39-4141-864b-70866bbbf872", + "id": "Bearbeitung Sportclubs__$NavBar_Variables1$_NavBar_Variables", + "isPublic": true, + "moduleInstanceId": "Bearbeitung Sportclubs_NavBar_Variables1", + "rootModuleInstanceId": "Bearbeitung Sportclubs_NavBar_Variables1", + "unpublishedCollection": { + "contextType": "PAGE", + "name": "_$NavBar_Variables1$_NavBar_Variables", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS" + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Reload/Reload.js b/pages/Bearbeitung Sportclubs/jsobjects/Reload/Reload.js new file mode 100644 index 0000000..a21c3d0 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Reload/Reload.js @@ -0,0 +1,9 @@ +export default { + saveEdit() { + return Update_Haus.run(() => { + Haus_Schweiz.run(); + Haus__Oesterreich.run(); + Haus_Italien.run(); + }); + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Reload/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/Reload/metadata.json new file mode 100644 index 0000000..f2a29e9 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Reload/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_75a29df9-143c-41d2-a307-44ef8c0af063", + "id": "Bearbeitung Sportclubs_Reload", + "unpublishedCollection": { + "name": "Reload", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/Rowselect.js b/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/Rowselect.js new file mode 100644 index 0000000..a658aa8 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/Rowselect.js @@ -0,0 +1,9 @@ +export default { + async openEditModal(row, sourceTable) { + await storeValue("editContext", { + mode: "edit", + row, + sourceTable + }, false); + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/metadata.json new file mode 100644 index 0000000..5db1cfd --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Rowselect/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_1d133ef0-3130-4039-969d-38ba544d60c6", + "id": "Bearbeitung Sportclubs_Rowselect", + "unpublishedCollection": { + "name": "Rowselect", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/Update_or_Insert.js b/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/Update_or_Insert.js new file mode 100644 index 0000000..c1a9695 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/Update_or_Insert.js @@ -0,0 +1,21 @@ +export default { + async saveRecord() { + if (appsmith.store.editContext.mode === "create") { + const res = await ID_Check.run(); + const nextID = res[0].nextID; + + return Insert_Haus.run({ + HID: nextID, + Kürzel: appsmith.store.editDraft.Kürzel, + Hausname: appsmith.store.editDraft.Hausname, + Adresse: appsmith.store.editDraft.Adresse, + Land: appsmith.store.editDraft.Land, + Unterkunftsart: appsmith.store.editDraft.Produkt, + Status: appsmith.store.editDraft.Status + }); + } else { + return Update_Haus.run({ + }); + } + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/metadata.json b/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/metadata.json new file mode 100644 index 0000000..1504be5 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/jsobjects/Update_or_Insert/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_3e8361d8-f317-4d42-a319-4d3eb0196760", + "id": "Bearbeitung Sportclubs_Update_or_Insert", + "unpublishedCollection": { + "name": "Update_or_Insert", + "pageId": "Bearbeitung Sportclubs", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/module instances/NavBar_Variables1.json b/pages/Bearbeitung Sportclubs/module instances/NavBar_Variables1.json new file mode 100644 index 0000000..89544ee --- /dev/null +++ b/pages/Bearbeitung Sportclubs/module instances/NavBar_Variables1.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_9e60d088-0b04-4dc7-ba79-71a851feda30", + "id": "Bearbeitung Sportclubs_NavBar_Variables1", + "moduleUUID": "622f5dbd-7507-4f38-a203-557e6a2176a4", + "packageUUID": "7a2ddd11-c740-41ca-b957-5cc644b4c722", + "type": "JS_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "NavBar_Variables1", + "pageId": "Bearbeitung Sportclubs" + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/module instances/Navbar.json b/pages/Bearbeitung Sportclubs/module instances/Navbar.json new file mode 100644 index 0000000..10c67fb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/module instances/Navbar.json @@ -0,0 +1,30 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_aaf5f14a-c6d9-491e-8997-53f015ed5521", + "id": "Bearbeitung Sportclubs_Navbar", + "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "packageUUID": "c5a661ed-b0b3-4d8f-8efe-c1b824869705", + "type": "UI_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "dynamicBindingPathList": [ + { + "key": "Pages" + } + ], + "inputs": { + "Pages": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Startseite', icon: '🏠'}\n]\n\t }}}" + }, + "moduleInputs": { + "hjrjvwqzvh": { + "controlType": "INPUT_TEXT", + "defaultValue": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Home'},\n\t{id: 2, title: 'Page2', icon: '1️⃣'},\n\t{id: 3, title: 'Page3', icon: '2️⃣'},\n\t{id: 4, title: 'Page4', icon: '3️⃣'}\n]\n\t }}}", + "id": "hjrjvwqzvh", + "label": "Pages", + "propertyName": "inputs.Pages" + } + }, + "name": "Navbar", + "pageId": "Bearbeitung Sportclubs", + "widgetId": "ilhhc1omyh" + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Button_Create_Mode-setCreateMode/metadata.json b/pages/Bearbeitung Sportclubs/queries/Button_Create_Mode-setCreateMode/metadata.json new file mode 100644 index 0000000..5f0f52a --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Button_Create_Mode-setCreateMode/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_f584048c-83dc-4323-80bb-f043244d5154", + "id": "Bearbeitung Sportclubs_Button_Create_Mode.setCreateMode", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Bearbeitung Sportclubs_Button_Create_Mode", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Button_Create_Mode.setCreateMode", + "name": "setCreateMode", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus_Italien/Haus_Italien.txt b/pages/Bearbeitung Sportclubs/queries/Haus_Italien/Haus_Italien.txt new file mode 100644 index 0000000..7dfe20b --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus_Italien/Haus_Italien.txt @@ -0,0 +1 @@ +SELECT * FROM Haus WHERE Land = 'Italien' \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus_Italien/metadata.json b/pages/Bearbeitung Sportclubs/queries/Haus_Italien/metadata.json new file mode 100644 index 0000000..16f37aa --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus_Italien/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_6579082d-ddb0-475a-9bca-af76e74805d8", + "id": "Bearbeitung Sportclubs_Haus_Italien", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT * FROM Haus WHERE Land = 'Italien'", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Haus_Italien", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/Haus_Schweiz.txt b/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/Haus_Schweiz.txt new file mode 100644 index 0000000..4cdc856 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/Haus_Schweiz.txt @@ -0,0 +1 @@ +SELECT * FROM Haus WHERE Land = 'Schweiz' \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/metadata.json b/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/metadata.json new file mode 100644 index 0000000..3681608 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus_Schweiz/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_228b49c8-6e7d-459b-8b2b-126c58c54369", + "id": "Bearbeitung Sportclubs_Haus_Schweiz", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT * FROM Haus WHERE Land = 'Schweiz'", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Haus_Schweiz", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/Haus__Oesterreich.txt b/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/Haus__Oesterreich.txt new file mode 100644 index 0000000..e98a5d0 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/Haus__Oesterreich.txt @@ -0,0 +1 @@ +SELECT * FROM Haus WHERE Land = 'Österreich' \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/metadata.json b/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/metadata.json new file mode 100644 index 0000000..8af3d97 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Haus__Oesterreich/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_33b6228c-d40c-4541-a232-a8c409aa83ab", + "id": "Bearbeitung Sportclubs_Haus__Oesterreich", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT * FROM Haus WHERE Land = 'Österreich'", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Haus__Oesterreich", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/ID_Check/ID_Check.txt b/pages/Bearbeitung Sportclubs/queries/ID_Check/ID_Check.txt new file mode 100644 index 0000000..be80f92 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/ID_Check/ID_Check.txt @@ -0,0 +1,2 @@ +SELECT COALESCE(MAX(HID), 0) + 1 as nextID +FROM Haus; \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/ID_Check/metadata.json b/pages/Bearbeitung Sportclubs/queries/ID_Check/metadata.json new file mode 100644 index 0000000..8dbba4e --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/ID_Check/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_061984d5-8cf9-4113-bb96-efc3b774da03", + "id": "Bearbeitung Sportclubs_ID_Check", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT COALESCE(MAX(HID), 0) + 1 as nextID\nFROM Haus;", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "ID_Check", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Input_Store-saveEdit/metadata.json b/pages/Bearbeitung Sportclubs/queries/Input_Store-saveEdit/metadata.json new file mode 100644 index 0000000..b015b06 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Input_Store-saveEdit/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_a8784c0d-853a-415c-8762-57f4286247ab", + "id": "Bearbeitung Sportclubs_Input_Store.saveEdit", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Bearbeitung Sportclubs_Input_Store", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Input_Store.saveEdit", + "name": "saveEdit", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Insert_Haus/Insert_Haus.txt b/pages/Bearbeitung Sportclubs/queries/Insert_Haus/Insert_Haus.txt new file mode 100644 index 0000000..695ebca --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Insert_Haus/Insert_Haus.txt @@ -0,0 +1,14 @@ +INSERT INTO Haus +(HID, Kürzel, Hausname, Adresse, Telefon, `E-Mail`,Status, Unterkunftsart, Land) +VALUES +( + {{ this.params.HID }}, + {{ this.params.Kürzel }}, + {{ this.params.Hausname }}, + {{ this.params.Adresse }}, + 'Telefonnummer eintragen', + 'E-Mail eintragen', + {{ this.params.Status}}, + {{ this.params.Unterkunftsart }}, + {{ this.params.Land}} +); \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Insert_Haus/metadata.json b/pages/Bearbeitung Sportclubs/queries/Insert_Haus/metadata.json new file mode 100644 index 0000000..e06f1fe --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Insert_Haus/metadata.json @@ -0,0 +1,35 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_8da0101d-603d-43dd-ab76-71f49640e6a9", + "id": "Bearbeitung Sportclubs_Insert_Haus", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "INSERT INTO Haus\n(HID, Kürzel, Hausname, Adresse, Telefon, `E-Mail`,Status, Unterkunftsart, Land)\nVALUES\n(\n {{ this.params.HID }},\n {{ this.params.Kürzel }},\n {{ this.params.Hausname }},\n {{ this.params.Adresse }},\n 'Telefonnummer eintragen',\n 'E-Mail eintragen',\n {{ this.params.Status}},\n {{ this.params.Unterkunftsart }},\n {{ this.params.Land}}\n);", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "name": "Insert_Haus", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/Land_Dropdown.txt b/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/Land_Dropdown.txt new file mode 100644 index 0000000..c7d7695 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/Land_Dropdown.txt @@ -0,0 +1,2 @@ +SELECT DISTINCT Land +FROM Haus \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/metadata.json b/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/metadata.json new file mode 100644 index 0000000..09ca74b --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Land_Dropdown/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_f4b28237-cc28-459b-b3b0-05c3b3bec974", + "id": "Bearbeitung Sportclubs_Land_Dropdown", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT DISTINCT Land\nFROM Haus", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Land_Dropdown", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Reload-saveEdit/metadata.json b/pages/Bearbeitung Sportclubs/queries/Reload-saveEdit/metadata.json new file mode 100644 index 0000000..7c3faeb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Reload-saveEdit/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_e4130aec-2bd9-4bc2-88bc-d35e2c38961d", + "id": "Bearbeitung Sportclubs_Reload.saveEdit", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Bearbeitung Sportclubs_Reload", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Reload.saveEdit", + "name": "saveEdit", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Rowselect-openEditModal/metadata.json b/pages/Bearbeitung Sportclubs/queries/Rowselect-openEditModal/metadata.json new file mode 100644 index 0000000..9bb3d51 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Rowselect-openEditModal/metadata.json @@ -0,0 +1,38 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_3703fc69-96e5-4fea-967e-a21dfc9c264d", + "id": "Bearbeitung Sportclubs_Rowselect.openEditModal", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [ + { + "name": "row" + }, + { + "name": "sourceTable" + } + ], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Bearbeitung Sportclubs_Rowselect", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Rowselect.openEditModal", + "name": "openEditModal", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Update_Haus/Update_Haus.txt b/pages/Bearbeitung Sportclubs/queries/Update_Haus/Update_Haus.txt new file mode 100644 index 0000000..6fc5aeb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Update_Haus/Update_Haus.txt @@ -0,0 +1,9 @@ +UPDATE Haus +SET + Kürzel = {{appsmith.store.editDraft.Kürzel}}, + Hausname = {{appsmith.store.editDraft.Hausname}}, + Adresse = {{appsmith.store.editDraft.Adresse}}, + Unterkunftsart = {{appsmith.store.editDraft.Produkt}}, + Status = {{appsmith.store.editDraft.Status}}, + Land = {{appsmith.store.editDraft.Land}} +WHERE HID = {{appsmith.store.editContext.row.HID}} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Update_Haus/metadata.json b/pages/Bearbeitung Sportclubs/queries/Update_Haus/metadata.json new file mode 100644 index 0000000..ee8eb42 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Update_Haus/metadata.json @@ -0,0 +1,35 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_42625130-ed7e-4f74-90f6-6a3bcbeaf402", + "id": "Bearbeitung Sportclubs_Update_Haus", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "UPDATE Haus\nSET\n\tKürzel = {{appsmith.store.editDraft.Kürzel}},\n\tHausname = {{appsmith.store.editDraft.Hausname}},\n\tAdresse = {{appsmith.store.editDraft.Adresse}},\n\tUnterkunftsart = {{appsmith.store.editDraft.Produkt}},\n\tStatus = {{appsmith.store.editDraft.Status}},\n\tLand = {{appsmith.store.editDraft.Land}}\nWHERE HID = {{appsmith.store.editContext.row.HID}}", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "name": "Update_Haus", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/queries/Update_or_Insert-saveRecord/metadata.json b/pages/Bearbeitung Sportclubs/queries/Update_or_Insert-saveRecord/metadata.json new file mode 100644 index 0000000..3e32d4d --- /dev/null +++ b/pages/Bearbeitung Sportclubs/queries/Update_or_Insert-saveRecord/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_dbfac3df-8e81-489c-9599-fe32d9921538", + "id": "Bearbeitung Sportclubs_Update_or_Insert.saveRecord", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Bearbeitung Sportclubs_Update_or_Insert", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Update_or_Insert.saveRecord", + "name": "saveRecord", + "pageId": "Bearbeitung Sportclubs", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Adresse.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Adresse.json new file mode 100644 index 0000000..169bd86 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Adresse.json @@ -0,0 +1,57 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "autoFocus": false, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 18, + "boxShadow": "none", + "defaultText": "{{appsmith.store.editContext.row.Adresse}}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "defaultText" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "iconAlign": "left", + "inputType": "TEXT", + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "jywjzu1lxt", + "label": "Adresse", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 19, + "mobileLeftColumn": 1, + "mobileRightColumn": 21, + "mobileTopRow": 12, + "needsErrorInfo": false, + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "resetOnSubmit": true, + "responsiveBehavior": "fill", + "rightColumn": 31, + "showStepArrows": false, + "topRow": 11, + "type": "INPUT_WIDGET_V2", + "version": 2, + "widgetId": "i5jb0a6b23", + "widgetName": "Adresse" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Bearbeitung.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Bearbeitung.json new file mode 100644 index 0000000..da3fbee --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Bearbeitung.json @@ -0,0 +1,95 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 264, + "boxShadow": "none", + "canEscapeKeyClose": true, + "canOutsideClickClose": true, + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 400, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": true, + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "flexLayers": [], + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "1mns6twj8l", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 406, + "minWidth": 450, + "mobileBottomRow": 240, + "mobileLeftColumn": 0, + "mobileRightColumn": 609.375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "lcbkx3mkf2", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 609.375, + "shouldScrollContents": false, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "lzhkjdrww4", + "widgetName": "Canvas1" + } + ], + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [ + { + "key": "onClose" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClose" + } + ], + "height": 406, + "isCanvas": true, + "isLoading": false, + "key": "inzph8sn32", + "leftColumn": 18, + "maxDynamicHeight": 9000, + "minDynamicHeight": 24, + "mobileBottomRow": 48, + "mobileLeftColumn": 18, + "mobileRightColumn": 42, + "mobileTopRow": 24, + "needsErrorInfo": false, + "onClose": "{{ resetWidget(\"Bearbeitung\", true) }}", + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "rightColumn": 42, + "shouldScrollContents": true, + "topRow": 24, + "type": "MODAL_WIDGET", + "version": 2, + "widgetId": "lcbkx3mkf2", + "widgetName": "Bearbeitung", + "width": 732 +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Button2.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Button2.json new file mode 100644 index 0000000..a2aa8d4 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Button2.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 35, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonStyle": "PRIMARY_BUTTON", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "egq8io9a4y", + "leftColumn": 1, + "minWidth": 120, + "mobileBottomRow": 22, + "mobileLeftColumn": 47, + "mobileRightColumn": 63, + "mobileTopRow": 18, + "needsErrorInfo": false, + "onClick": "{{Input_Store.saveEdit();\nshowModal(Bestaetigung.name);}}", + "parentId": "lzhkjdrww4", + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 17, + "text": "Speichern", + "topRow": 31, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "fg5ynjlzn5", + "widgetName": "Button2" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Divider3.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Divider3.json new file mode 100644 index 0000000..61cbafb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Divider3.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 22, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "9xrrbqvnii", + "leftColumn": 1, + "minWidth": 450, + "mobileBottomRow": 22, + "mobileLeftColumn": 1, + "mobileRightColumn": 21, + "mobileTopRow": 18, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 53, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 18, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "7kg4a6d0or", + "widgetName": "Divider3" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Hausname.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Hausname.json new file mode 100644 index 0000000..f84a87b --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Hausname.json @@ -0,0 +1,57 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "autoFocus": false, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 11, + "boxShadow": "none", + "defaultText": "{{appsmith.store.editContext.row.Hausname}}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "defaultText" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "iconAlign": "left", + "inputType": "TEXT", + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "jywjzu1lxt", + "label": "Hausnamen", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 17, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 17, + "mobileRightColumn": 37, + "mobileTopRow": 5, + "needsErrorInfo": false, + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "resetOnSubmit": true, + "responsiveBehavior": "fill", + "rightColumn": 53, + "showStepArrows": false, + "topRow": 4, + "type": "INPUT_WIDGET_V2", + "version": 2, + "widgetId": "k13aot4uor", + "widgetName": "Hausname" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/IconButton1.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/IconButton1.json new file mode 100644 index 0000000..5e39f20 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/IconButton1.json @@ -0,0 +1,44 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "iconName": "cross", + "iconSize": 24, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "ejna5trfv5", + "leftColumn": 58, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 58, + "mobileRightColumn": 64, + "mobileTopRow": 0, + "needsErrorInfo": false, + "onClick": "{{closeModal(Bearbeitung.name);\nRowselect.openEditModal();}}", + "parentId": "lzhkjdrww4", + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 64, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "xt4kd7g6gi", + "widgetName": "IconButton1" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Kuerzel.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Kuerzel.json new file mode 100644 index 0000000..73168b9 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Kuerzel.json @@ -0,0 +1,57 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "autoFocus": false, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 11, + "boxShadow": "none", + "defaultText": "{{appsmith.store.editContext.row.Kürzel}}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "defaultText" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "iconAlign": "left", + "inputType": "TEXT", + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "jywjzu1lxt", + "label": "Kürzel", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 21, + "mobileTopRow": 5, + "needsErrorInfo": false, + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "resetOnSubmit": true, + "responsiveBehavior": "fill", + "rightColumn": 17, + "showStepArrows": false, + "topRow": 4, + "type": "INPUT_WIDGET_V2", + "version": 2, + "widgetId": "iw4qtjca2c", + "widgetName": "Kuerzel" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Land.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Land.json new file mode 100644 index 0000000..45b8750 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Land.json @@ -0,0 +1,66 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 18, + "boxShadow": "none", + "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( appsmith.store.editContext.row.Land))(Land.options, Land.serverSideFiltering) }}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "sourceData" + }, + { + "key": "defaultOptionValue" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [ + { + "key": "sourceData" + } + ], + "dynamicTriggerPathList": [], + "isDisabled": false, + "isFilterable": false, + "isLoading": false, + "isRequired": true, + "isVisible": true, + "key": "1knksz7u8j", + "labelAlignment": "left", + "labelPosition": "Top", + "labelText": "Land", + "labelTextColor": "", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 31, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 19, + "mobileLeftColumn": 22, + "mobileRightColumn": 42, + "mobileTopRow": 12, + "needsErrorInfo": false, + "optionLabel": "value", + "optionValue": "value", + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "placeholderText": "Select option", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 53, + "serverSideFiltering": false, + "sourceData": "{{ Land_Dropdown.data.map(i => ({\n label: i.Land,\n value: i.Land\n})) }}", + "topRow": 11, + "type": "SELECT_WIDGET", + "version": 1, + "widgetId": "d3nnrm8fk2", + "widgetName": "Land" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Produktart.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Produktart.json new file mode 100644 index 0000000..d5898fb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Produktart.json @@ -0,0 +1,57 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "autoFocus": false, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 29, + "boxShadow": "none", + "defaultText": "{{appsmith.store.editContext.row.Unterkunftsart}}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "defaultText" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "iconAlign": "left", + "inputType": "TEXT", + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "jywjzu1lxt", + "label": "Produkt", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 27, + "mobileLeftColumn": 1, + "mobileRightColumn": 21, + "mobileTopRow": 20, + "needsErrorInfo": false, + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "resetOnSubmit": true, + "responsiveBehavior": "fill", + "rightColumn": 21, + "showStepArrows": false, + "topRow": 22, + "type": "INPUT_WIDGET_V2", + "version": 2, + "widgetId": "ifamon46hw", + "widgetName": "Produktart" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Status.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Status.json new file mode 100644 index 0000000..7649f38 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Status.json @@ -0,0 +1,62 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 29, + "boxShadow": "none", + "defaultOptionValue": "{{ ((options, serverSideFiltering) => ( appsmith.store.editContext.row.Status))(Status.options, Status.serverSideFiltering) }}", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "defaultOptionValue" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [ + { + "key": "sourceData" + } + ], + "dynamicTriggerPathList": [], + "isDisabled": false, + "isFilterable": false, + "isLoading": false, + "isRequired": true, + "isVisible": true, + "key": "43u6j5prj5", + "labelAlignment": "left", + "labelPosition": "Top", + "labelText": "Status", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 22, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 30, + "mobileLeftColumn": 22, + "mobileRightColumn": 42, + "mobileTopRow": 23, + "needsErrorInfo": false, + "optionLabel": "name", + "optionValue": "code", + "parentColumnSpace": 11.25, + "parentId": "lzhkjdrww4", + "parentRowSpace": 10, + "placeholderText": "Select option", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 42, + "serverSideFiltering": false, + "sourceData": "[\n {\n \"name\": \"aktiv\",\n \"code\": \"aktiv\"\n },\n {\n \"name\": \"inaktiv\",\n \"code\": \"inaktiv\"\n }\n]", + "topRow": 22, + "type": "SELECT_WIDGET", + "version": 1, + "widgetId": "pnsklfvlth", + "widgetName": "Status" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Text5.json b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Text5.json new file mode 100644 index 0000000..14eab8d --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bearbeitung/Text5.json @@ -0,0 +1,48 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 5, + "mobileLeftColumn": 1, + "mobileRightColumn": 41, + "mobileTopRow": 1, + "needsErrorInfo": false, + "overflow": "NONE", + "parentId": "lzhkjdrww4", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 41, + "shouldTruncate": false, + "text": "Hausdaten", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "8h2uv780sn", + "widgetName": "Text5" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Bestaetigung.json b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Bestaetigung.json new file mode 100644 index 0000000..1def0d8 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Bestaetigung.json @@ -0,0 +1,86 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 254, + "boxShadow": "none", + "canEscapeKeyClose": true, + "canOutsideClickClose": true, + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 230, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": true, + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "flexLayers": [], + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "1mns6twj8l", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 238, + "minWidth": 450, + "mobileBottomRow": 240, + "mobileLeftColumn": 0, + "mobileRightColumn": 270, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "nw4mrf1s1z", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 270, + "shouldScrollContents": false, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "bez6loojr9", + "widgetName": "Canvas2" + } + ], + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "height": 238, + "isCanvas": true, + "isLoading": false, + "key": "inzph8sn32", + "leftColumn": 16, + "maxDynamicHeight": 9000, + "minDynamicHeight": 24, + "minHeight": 250, + "mobileBottomRow": 38, + "mobileLeftColumn": 16, + "mobileRightColumn": 40, + "mobileTopRow": 14, + "needsErrorInfo": false, + "parentColumnSpace": 11.25, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "rightColumn": 40, + "shouldScrollContents": true, + "topRow": 14, + "type": "MODAL_WIDGET", + "version": 2, + "widgetId": "nw4mrf1s1z", + "widgetName": "Bestaetigung", + "width": 456 +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button3.json b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button3.json new file mode 100644 index 0000000..435143c --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button3.json @@ -0,0 +1,48 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "boxShadow": "none", + "buttonColor": "#ef4444", + "buttonStyle": "PRIMARY", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "egq8io9a4y", + "leftColumn": 33, + "minWidth": 120, + "mobileBottomRow": 22, + "mobileLeftColumn": 31, + "mobileRightColumn": 47, + "mobileTopRow": 18, + "needsErrorInfo": false, + "onClick": "{{closeModal(Bestaetigung.name);\nRowselect.openEditModal();}}", + "originalBottomRow": 20, + "originalTopRow": 16, + "parentId": "bez6loojr9", + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 49, + "text": "abbrechen", + "topRow": 16, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "mub5tploiw", + "widgetName": "Button3" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button4.json b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button4.json new file mode 100644 index 0000000..6913706 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Button4.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonStyle": "PRIMARY_BUTTON", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "egq8io9a4y", + "leftColumn": 16, + "minWidth": 120, + "mobileBottomRow": 22, + "mobileLeftColumn": 47, + "mobileRightColumn": 63, + "mobileTopRow": 18, + "needsErrorInfo": false, + "onClick": "{{Update_or_Insert.saveRecord();\ncloseModal(Bestaetigung.name);\nReload.saveEdit();}}", + "originalBottomRow": 20, + "originalTopRow": 16, + "parentId": "bez6loojr9", + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 32, + "text": "bestätigen", + "topRow": 16, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "sww95fuuz3", + "widgetName": "Button4" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text6.json b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text6.json new file mode 100644 index 0000000..98797cf --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text6.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 5, + "mobileLeftColumn": 1, + "mobileRightColumn": 41, + "mobileTopRow": 1, + "needsErrorInfo": false, + "originalBottomRow": 7, + "originalTopRow": 1, + "overflow": "NONE", + "parentId": "bez6loojr9", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldTruncate": false, + "text": "Änderungen werden gespeichert", + "textAlign": "CENTER", + "textColor": "#231F20", + "topRow": 1, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "kuhzgoge3v", + "widgetName": "Text6" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text7.json b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text7.json new file mode 100644 index 0000000..846544a --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Bestaetigung/Text7.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 8, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 13, + "mobileLeftColumn": 20, + "mobileRightColumn": 36, + "mobileTopRow": 9, + "needsErrorInfo": false, + "originalBottomRow": 12, + "originalTopRow": 7, + "overflow": "NONE", + "parentColumnSpace": 6.9375, + "parentId": "bez6loojr9", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 56, + "shouldTruncate": false, + "text": "Sollen die gemachten Änderungen\nvorgenommen werden?", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 7, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "d1e0oerfo1", + "widgetName": "Text7" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Navbar.json b/pages/Bearbeitung Sportclubs/widgets/Navbar.json new file mode 100644 index 0000000..0d3870a --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Navbar.json @@ -0,0 +1,43 @@ +{ + "animateLoading": true, + "backgroundColor": "#f1f5f9", + "borderColor": "#f1f5f9", + "borderRadius": "0.375rem", + "borderWidth": "1", + "bottomRow": 8, + "boxShadow": "none", + "children": [], + "containerStyle": "card", + "dynamicHeight": "FIXED", + "flexVerticalAlignment": "stretch", + "hasMetaWidgets": true, + "isCanvas": true, + "isCreationPending": true, + "isLoading": false, + "isModuleWidget": true, + "isVisible": true, + "key": "h1hiefk4r4", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 64, + "mobileTopRow": 0, + "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "needsErrorInfo": false, + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "positioning": "fixed", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 0, + "type": "MODULE_WIDGET_df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "version": 1, + "widgetId": "ilhhc1omyh", + "widgetName": "Navbar" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Neues_Haus_anlegen.json b/pages/Bearbeitung Sportclubs/widgets/Neues_Haus_anlegen.json new file mode 100644 index 0000000..81e099e --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Neues_Haus_anlegen.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "cryvsvzsto", + "leftColumn": 1, + "minWidth": 120, + "mobileBottomRow": 4, + "mobileLeftColumn": 12, + "mobileRightColumn": 28, + "mobileTopRow": 0, + "needsErrorInfo": false, + "onClick": "{{showModal(Bearbeitung.name);\nButton_Create_Mode.setCreateMode();}}", + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 15, + "text": "Neues Haus anlegen", + "topRow": 8, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "gknz9z54oa", + "widgetName": "Neues_Haus_anlegen" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider1.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider1.json new file mode 100644 index 0000000..43dcef9 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider1.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 31, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "m3moy4ytj3", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 36, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 32, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 37, + "originalTopRow": 33, + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 27, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "qbnv3huyh4", + "widgetName": "Divider1" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider2.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider2.json new file mode 100644 index 0000000..e071af4 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Divider2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 62, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "m3moy4ytj3", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 69, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 65, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 68, + "originalTopRow": 64, + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 58, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "vvzxo29ofg", + "widgetName": "Divider2" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Italien.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Italien.json new file mode 100644 index 0000000..c82326b --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Italien.json @@ -0,0 +1,427 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 93, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [ + "HID", + "xn__Krzel_kva", + "Hausname", + "Adresse", + "Telefon", + "E_Mail", + "Status", + "Unterkunftsart", + "Land" + ], + "columnUpdatedAt": 1784210558944, + "columnWidthMap": {}, + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + }, + { + "key": "tableData" + }, + { + "key": "primaryColumns.HID.computedValue" + }, + { + "key": "primaryColumns.xn__Krzel_kva.computedValue" + }, + { + "key": "primaryColumns.Hausname.computedValue" + }, + { + "key": "primaryColumns.Adresse.computedValue" + }, + { + "key": "primaryColumns.Telefon.computedValue" + }, + { + "key": "primaryColumns.E_Mail.computedValue" + }, + { + "key": "primaryColumns.Status.computedValue" + }, + { + "key": "primaryColumns.Unterkunftsart.computedValue" + }, + { + "key": "primaryColumns.Land.computedValue" + } + ], + "dynamicPropertyPathList": [ + { + "key": "tableData" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onRowSelected" + } + ], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": false, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "7a9sl40uf2", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 101, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 73, + "needsErrorInfo": false, + "onRowSelected": "{{Rowselect.openEditModal(Italien.selectedRow, 'Italien');\nshowModal(Bearbeitung.name);}}", + "originalBottomRow": 99, + "originalTopRow": 72, + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "primaryColumns": { + "Adresse": { + "alias": "Adresse", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Adresse\"])) : Adresse })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Adresse", + "index": 3, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Adresse", + "notation": "standard", + "originalId": "Adresse", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "E_Mail": { + "alias": "E-Mail", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"E-Mail\"])) : E-Mail })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "E_Mail", + "index": 5, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "E-Mail", + "notation": "standard", + "originalId": "E-Mail", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "HID": { + "alias": "HID", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "number", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"HID\"])) : HID })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "HID", + "index": 0, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "HID", + "notation": "standard", + "originalId": "HID", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Hausname": { + "alias": "Hausname", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Hausname\"])) : Hausname })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Hausname", + "index": 2, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Hausname", + "notation": "standard", + "originalId": "Hausname", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Land": { + "alias": "Land", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Land\"])) : Land })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Land", + "index": 8, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Land", + "notation": "standard", + "originalId": "Land", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Status": { + "alias": "Status", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Status\"])) : Status })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Status", + "index": 6, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Status", + "notation": "standard", + "originalId": "Status", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Telefon": { + "alias": "Telefon", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Telefon\"])) : Telefon })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Telefon", + "index": 4, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "Telefon", + "notation": "standard", + "originalId": "Telefon", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Unterkunftsart": { + "alias": "Unterkunftsart", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unterkunftsart\"])) : Unterkunftsart })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Unterkunftsart", + "index": 7, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Unterkunftsart", + "notation": "standard", + "originalId": "Unterkunftsart", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "xn__Krzel_kva": { + "alias": "Kürzel", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Italien.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Kürzel\"])) : Kürzel })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "xn__Krzel_kva", + "index": 1, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Kürzel", + "notation": "standard", + "originalId": "Kürzel", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + } + }, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "searchKey": "", + "tableData": "{{Haus_Italien.data}}", + "textSize": "0.875rem", + "topRow": 66, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "t0adrzswae", + "widgetName": "Italien" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Oesterreich.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Oesterreich.json new file mode 100644 index 0000000..32ac454 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Oesterreich.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 35, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 40, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 36, + "needsErrorInfo": false, + "originalBottomRow": 41, + "originalTopRow": 37, + "overflow": "NONE", + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 16, + "shouldTruncate": false, + "text": "Österreich\n", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 31, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "dmwwgqkdda", + "widgetName": "Oesterreich" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Schweiz.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Schweiz.json new file mode 100644 index 0000000..2baa35c --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Schweiz.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 6, + "needsErrorInfo": false, + "originalBottomRow": 12, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 16, + "shouldTruncate": false, + "text": "Schweiz", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "bhvzfdr2tb", + "widgetName": "Schweiz" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Tabellencontainer.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Tabellencontainer.json new file mode 100644 index 0000000..225ed85 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Tabellencontainer.json @@ -0,0 +1,95 @@ +{ + "animateLoading": true, + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 64, + "boxShadow": "none", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 930, + "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": "q0g48hh725", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 298.03125, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "kybcm2ug6m", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 298.03125, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "vtref93jut", + "widgetName": "Canvas3" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "borderColor" + }, + { + "key": "backgroundColor" + } + ], + "dynamicHeight": "AUTO_HEIGHT_WITH_LIMITS", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "2sm0lc0fm4", + "leftColumn": 1, + "maxDynamicHeight": 52, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 22, + "mobileTopRow": 10, + "needsErrorInfo": false, + "originalBottomRow": 64, + "originalTopRow": 12, + "parentColumnSpace": 13.546875, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": true, + "topRow": 12, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "kybcm2ug6m", + "widgetName": "Tabellencontainer" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table1.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table1.json new file mode 100644 index 0000000..f1ff936 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table1.json @@ -0,0 +1,455 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 27, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [ + "HID", + "xn__Krzel_kva", + "Hausname", + "Adresse", + "Telefon", + "E_Mail", + "Status", + "Unterkunftsart", + "Land" + ], + "columnUpdatedAt": 1784210390562, + "columnWidthMap": {}, + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": "0", + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + }, + { + "key": "tableData" + }, + { + "key": "primaryColumns.HID.computedValue" + }, + { + "key": "primaryColumns.xn__Krzel_kva.computedValue" + }, + { + "key": "primaryColumns.Hausname.computedValue" + }, + { + "key": "primaryColumns.Adresse.computedValue" + }, + { + "key": "primaryColumns.Telefon.computedValue" + }, + { + "key": "primaryColumns.E_Mail.computedValue" + }, + { + "key": "primaryColumns.Status.computedValue" + }, + { + "key": "primaryColumns.Unterkunftsart.computedValue" + }, + { + "key": "primaryColumns.Land.computedValue" + } + ], + "dynamicPropertyPathList": [ + { + "key": "tableData" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onRowSelected" + } + ], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": false, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "pg0rcjncgc", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 36, + "mobileLeftColumn": 0, + "mobileRightColumn": 27, + "mobileTopRow": 8, + "multiRowSelection": false, + "needsErrorInfo": false, + "onRowSelected": "{{Rowselect.openEditModal(Table1.selectedRow, 'Table1');\nshowModal(Bearbeitung.name);}}", + "originalBottomRow": 35, + "originalTopRow": 12, + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "primaryColumns": { + "Adresse": { + "alias": "Adresse", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Adresse\"])) : Adresse })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Adresse", + "index": 3, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Adresse", + "notation": "standard", + "originalId": "Adresse", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "E_Mail": { + "alias": "E-Mail", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"E-Mail\"])) : E-Mail })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "E_Mail", + "index": 5, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "E-Mail", + "notation": "standard", + "originalId": "E-Mail", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "HID": { + "alias": "HID", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "number", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"HID\"])) : HID })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "HID", + "index": 0, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "HID", + "notation": "standard", + "originalId": "HID", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Hausname": { + "alias": "Hausname", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Hausname\"])) : Hausname })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Hausname", + "index": 2, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Hausname", + "notation": "standard", + "originalId": "Hausname", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Land": { + "alias": "Land", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Land\"])) : Land })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Land", + "index": 8, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Land", + "notation": "standard", + "originalId": "Land", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Status": { + "alias": "Status", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Status\"])) : Status })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Status", + "index": 6, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Status", + "notation": "standard", + "originalId": "Status", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Telefon": { + "alias": "Telefon", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Telefon\"])) : Telefon })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Telefon", + "index": 4, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "Telefon", + "notation": "standard", + "originalId": "Telefon", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Unterkunftsart": { + "alias": "Unterkunftsart", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unterkunftsart\"])) : Unterkunftsart })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "Unterkunftsart", + "index": 7, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Unterkunftsart", + "notation": "standard", + "originalId": "Unterkunftsart", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "xn__Krzel_kva": { + "alias": "Kürzel", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Kürzel\"])) : Kürzel })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "xn__Krzel_kva", + "index": 1, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Kürzel", + "notation": "standard", + "originalId": "Kürzel", + "sticky": "", + "textColor": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + } + }, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "searchKey": "", + "tableData": "{{Haus_Schweiz.data}}", + "textSize": "0.875rem", + "topRow": 4, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "qf5fv7ok9b", + "widgetName": "Table1" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table2.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table2.json new file mode 100644 index 0000000..f7dc7eb --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Table2.json @@ -0,0 +1,427 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 58, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [ + "HID", + "xn__Krzel_kva", + "Hausname", + "Adresse", + "Telefon", + "E_Mail", + "Status", + "Unterkunftsart", + "Land" + ], + "columnUpdatedAt": 1784210551448, + "columnWidthMap": {}, + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + }, + { + "key": "tableData" + }, + { + "key": "primaryColumns.HID.computedValue" + }, + { + "key": "primaryColumns.xn__Krzel_kva.computedValue" + }, + { + "key": "primaryColumns.Hausname.computedValue" + }, + { + "key": "primaryColumns.Adresse.computedValue" + }, + { + "key": "primaryColumns.Telefon.computedValue" + }, + { + "key": "primaryColumns.E_Mail.computedValue" + }, + { + "key": "primaryColumns.Status.computedValue" + }, + { + "key": "primaryColumns.Unterkunftsart.computedValue" + }, + { + "key": "primaryColumns.Land.computedValue" + } + ], + "dynamicPropertyPathList": [ + { + "key": "tableData" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onRowSelected" + } + ], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": false, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "7a9sl40uf2", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 68, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 40, + "needsErrorInfo": false, + "onRowSelected": "{{Rowselect.openEditModal(Table2.selectedRow, 'Table2');\nshowModal(Bearbeitung.name);}}", + "originalBottomRow": 64, + "originalTopRow": 41, + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "primaryColumns": { + "Adresse": { + "alias": "Adresse", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Adresse\"])) : Adresse })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Adresse", + "index": 3, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Adresse", + "notation": "standard", + "originalId": "Adresse", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "E_Mail": { + "alias": "E-Mail", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"E-Mail\"])) : E-Mail })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "E_Mail", + "index": 5, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "E-Mail", + "notation": "standard", + "originalId": "E-Mail", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "HID": { + "alias": "HID", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "number", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"HID\"])) : HID })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "HID", + "index": 0, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "HID", + "notation": "standard", + "originalId": "HID", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Hausname": { + "alias": "Hausname", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Hausname\"])) : Hausname })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Hausname", + "index": 2, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Hausname", + "notation": "standard", + "originalId": "Hausname", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Land": { + "alias": "Land", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Land\"])) : Land })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Land", + "index": 8, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Land", + "notation": "standard", + "originalId": "Land", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Status": { + "alias": "Status", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Status\"])) : Status })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Status", + "index": 6, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Status", + "notation": "standard", + "originalId": "Status", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Telefon": { + "alias": "Telefon", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Telefon\"])) : Telefon })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Telefon", + "index": 4, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": false, + "label": "Telefon", + "notation": "standard", + "originalId": "Telefon", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "Unterkunftsart": { + "alias": "Unterkunftsart", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Unterkunftsart\"])) : Unterkunftsart })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "Unterkunftsart", + "index": 7, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Unterkunftsart", + "notation": "standard", + "originalId": "Unterkunftsart", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "xn__Krzel_kva": { + "alias": "Kürzel", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "columnType": "text", + "computedValue": "{{(() => { const tableData = Table2.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"Kürzel\"])) : Kürzel })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "horizontalAlignment": "LEFT", + "id": "xn__Krzel_kva", + "index": 1, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "Kürzel", + "notation": "standard", + "originalId": "Kürzel", + "sticky": "", + "textSize": "0.875rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + } + }, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "searchKey": "", + "tableData": "{{Haus__Oesterreich.data}}", + "textSize": "0.875rem", + "topRow": 35, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "vwvrqjmhmh", + "widgetName": "Table2" +} \ No newline at end of file diff --git a/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Text4.json b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Text4.json new file mode 100644 index 0000000..53041b2 --- /dev/null +++ b/pages/Bearbeitung Sportclubs/widgets/Tabellencontainer/Text4.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 66, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "r3b8evdgj7", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 73, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 69, + "needsErrorInfo": false, + "originalBottomRow": 72, + "originalTopRow": 68, + "overflow": "NONE", + "parentColumnSpace": 25.390625, + "parentId": "vtref93jut", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 16, + "shouldTruncate": false, + "text": "Italien", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 62, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "m8m3yiqxlm", + "widgetName": "Text4" +} \ No newline at end of file diff --git a/pages/Hausseite/Hausseite.json b/pages/Hausseite/Hausseite.json new file mode 100644 index 0000000..960c657 --- /dev/null +++ b/pages/Hausseite/Hausseite.json @@ -0,0 +1,33 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_eeeb398d-8cf4-442b-a82d-62b593de5041", + "unpublishedPage": { + "isHidden": true, + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 620, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "leftColumn": 0, + "minHeight": 660, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 1224, + "snapColumns": 64, + "snapRows": 64, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Hausseite", + "slug": "hausseite", + "uniqueSlug": "hausseite" + } +} \ No newline at end of file diff --git a/pages/Hausseite/jsobjects/NavBar_Variables1/metadata.json b/pages/Hausseite/jsobjects/NavBar_Variables1/metadata.json new file mode 100644 index 0000000..d197fd1 --- /dev/null +++ b/pages/Hausseite/jsobjects/NavBar_Variables1/metadata.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_8041dc73-ba64-4818-82b7-e67bb1ced638", + "id": "Hausseite__$NavBar_Variables1$_NavBar_Variables", + "isPublic": true, + "moduleInstanceId": "Hausseite_NavBar_Variables1", + "rootModuleInstanceId": "Hausseite_NavBar_Variables1", + "unpublishedCollection": { + "contextType": "PAGE", + "name": "_$NavBar_Variables1$_NavBar_Variables", + "pageId": "Hausseite", + "pluginId": "js-plugin", + "pluginType": "JS" + } +} \ No newline at end of file diff --git a/pages/Hausseite/module instances/NavBar_Variables1.json b/pages/Hausseite/module instances/NavBar_Variables1.json new file mode 100644 index 0000000..db95e1c --- /dev/null +++ b/pages/Hausseite/module instances/NavBar_Variables1.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_6ba07f9a-e883-49d6-9fdb-e6de0a0dd626", + "id": "Hausseite_NavBar_Variables1", + "moduleUUID": "622f5dbd-7507-4f38-a203-557e6a2176a4", + "packageUUID": "7a2ddd11-c740-41ca-b957-5cc644b4c722", + "type": "JS_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "NavBar_Variables1", + "pageId": "Hausseite" + } +} \ No newline at end of file diff --git a/pages/Hausseite/module instances/Navbar.json b/pages/Hausseite/module instances/Navbar.json new file mode 100644 index 0000000..9cf2c56 --- /dev/null +++ b/pages/Hausseite/module instances/Navbar.json @@ -0,0 +1,30 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_224da665-d7d8-4726-b4e6-5b5aac64ceb8", + "id": "Hausseite_Navbar", + "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "packageUUID": "c5a661ed-b0b3-4d8f-8efe-c1b824869705", + "type": "UI_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "dynamicBindingPathList": [ + { + "key": "Pages" + } + ], + "inputs": { + "Pages": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Startseite', icon: '🏠'}\n]\n\t }}}" + }, + "moduleInputs": { + "hjrjvwqzvh": { + "controlType": "INPUT_TEXT", + "defaultValue": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Home'},\n\t{id: 2, title: 'Page2', icon: '1️⃣'},\n\t{id: 3, title: 'Page3', icon: '2️⃣'},\n\t{id: 4, title: 'Page4', icon: '3️⃣'}\n]\n\t }}}", + "id": "hjrjvwqzvh", + "label": "Pages", + "propertyName": "inputs.Pages" + } + }, + "name": "Navbar", + "pageId": "Hausseite", + "widgetId": "2ph6jnmnnc" + } +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/AI_Hub.json b/pages/Hausseite/widgets/AI_Hub.json new file mode 100644 index 0000000..928e921 --- /dev/null +++ b/pages/Hausseite/widgets/AI_Hub.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{'50%'}}", + "bottomRow": 62, + "boxShadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicPropertyPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "iconName": "chat", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "xbnektbeg3", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 63, + "mobileLeftColumn": 60, + "mobileRightColumn": 64, + "mobileTopRow": 59, + "needsErrorInfo": false, + "onClick": "{{navigateTo('https://owui.ep-reisen.app', {}, 'NEW_WINDOW');}}", + "parentColumnSpace": 13.546875, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 64, + "topRow": 56, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "cvnvl1zo95", + "widgetName": "AI_Hub" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Banner/Banner.json b/pages/Hausseite/widgets/Haus_Container/Banner/Banner.json new file mode 100644 index 0000000..34425a2 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Banner/Banner.json @@ -0,0 +1,88 @@ +{ + "animateLoading": true, + "backgroundColor": "#3b82f6", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 16, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 160, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 609.375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sxcbpzzsgn", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 609.375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "o3kfvqwja1", + "widgetName": "Canvas2" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 11, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 1, + "needsErrorInfo": false, + "parentColumnSpace": 25.390625, + "parentId": "oqdckoskjl", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldScrollContents": false, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "sxcbpzzsgn", + "widgetName": "Banner" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Container5.json b/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Container5.json new file mode 100644 index 0000000..820c5de --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Container5.json @@ -0,0 +1,90 @@ +{ + "animateLoading": true, + "backgroundColor": "#80adf4", + "borderColor": "#ccdcf5", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 13, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 70, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 516.181640625, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "81i9svzxqi", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 516.181640625, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "lydzpb1kti", + "widgetName": "Canvas10" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 47, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 28, + "mobileRightColumn": 52, + "mobileTopRow": 2, + "needsErrorInfo": false, + "parentColumnSpace": 21.507568359375, + "parentId": "o3kfvqwja1", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldScrollContents": false, + "topRow": 6, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "81i9svzxqi", + "widgetName": "Container5" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Text4.json b/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Text4.json new file mode 100644 index 0000000..9e38e3b --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Banner/Container5/Text4.json @@ -0,0 +1,54 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + }, + { + "key": "textColor" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 14, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.9244869351387024, + "parentId": "lydzpb1kti", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 61, + "shouldScrollContents": true, + "shouldTruncate": false, + "text": "Zuletzt aktualisiert: 21.07.2026\nFlorian Bernard - ProDi", + "textAlign": "CENTER", + "textColor": "{{appsmith.theme.colors.backgroundColor}}", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "sihctv9ayw", + "widgetName": "Text4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Banner/Text2.json b/pages/Hausseite/widgets/Haus_Container/Banner/Text2.json new file mode 100644 index 0000000..af2cd29 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Banner/Text2.json @@ -0,0 +1,47 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 9, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "Inter", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 21.507568359375, + "parentId": "o3kfvqwja1", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 45, + "shouldTruncate": false, + "text": "Waldschlössli", + "textAlign": "LEFT", + "textColor": "#ffffff", + "topRow": 5, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "bj5dzpuhup", + "widgetName": "Text2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Banner/Text3.json b/pages/Hausseite/widgets/Haus_Container/Banner/Text3.json new file mode 100644 index 0000000..ac79079 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Banner/Text3.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 16, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 12, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 21.507568359375, + "parentId": "o3kfvqwja1", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 45, + "shouldTruncate": false, + "text": "Davos/Klosters - Schweiz - Gruppen", + "textAlign": "LEFT", + "textColor": "#ffffff", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "qswasyzijt", + "widgetName": "Text3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Haus_Container.json b/pages/Hausseite/widgets/Haus_Container/Haus_Container.json new file mode 100644 index 0000000..2d289af --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Haus_Container.json @@ -0,0 +1,92 @@ +{ + "animateLoading": true, + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderRadius": "0px", + "borderWidth": "1", + "bottomRow": 62, + "boxShadow": "none", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1760, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 177.734375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "81armlkctn", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 177.734375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "oqdckoskjl", + "widgetName": "Canvas11" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "backgroundColor" + }, + { + "key": "borderColor" + } + ], + "dynamicHeight": "AUTO_HEIGHT_WITH_LIMITS", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 54, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 64, + "mobileLeftColumn": 55, + "mobileRightColumn": 62, + "mobileTopRow": 54, + "needsErrorInfo": false, + "originalBottomRow": 62, + "originalTopRow": 8, + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 52, + "shouldScrollContents": true, + "topRow": 8, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "81armlkctn", + "widgetName": "Haus_Container" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Button1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Button1.json new file mode 100644 index 0000000..72f79a5 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Button1.json @@ -0,0 +1,42 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 104, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6ehqczcm5a", + "leftColumn": 1, + "minWidth": 120, + "mobileBottomRow": 99, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 95, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "8cou3miyns", + "parentRowSpace": 10, + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 63, + "text": "Anhänge hochladen", + "topRow": 94, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "vjmo005loi", + "widgetName": "Button1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container7.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container7.json new file mode 100644 index 0000000..590f432 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container7.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 35, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 350, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 500.6163024902344, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "wuunz4wwat", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 500.6163024902344, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "w9wby13l1p", + "widgetName": "Canvas12" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 18, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 8, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "bl7g0krnh5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "wuunz4wwat", + "widgetName": "Container7" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Container8.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Container8.json new file mode 100644 index 0000000..4ab68a6 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Container8.json @@ -0,0 +1,89 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#ffffff", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 24, + "boxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 170, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 493.1163024902344, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "xdu2xcbaoz", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 493.1163024902344, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "mowrzb0ul4", + "widgetName": "Canvas13" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 40, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 18, + "mobileLeftColumn": 40, + "mobileRightColumn": 64, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 24, + "originalTopRow": 9, + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldScrollContents": false, + "topRow": 9, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "xdu2xcbaoz", + "widgetName": "Container8" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Progress1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Progress1.json new file mode 100644 index 0000000..95c118c --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Progress1.json @@ -0,0 +1,40 @@ +{ + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "counterClosewise": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "fillColor": "#22c55e", + "isCanvas": false, + "isIndeterminate": false, + "isLoading": false, + "isVisible": true, + "key": "fhzygsq284", + "leftColumn": 2, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 28, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 17, + "originalTopRow": 13, + "parentColumnSpace": 7.071402966976166, + "parentId": "mowrzb0ul4", + "parentRowSpace": 10, + "progress": 50, + "progressType": "linear", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "showResult": false, + "steps": "1", + "topRow": 13, + "type": "PROGRESS_WIDGET", + "version": 1, + "widgetId": "921y0rw94l", + "widgetName": "Progress1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text10.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text10.json new file mode 100644 index 0000000..bc9004b --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text10.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 2, + "mobileRightColumn": 18, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 5, + "overflow": "NONE", + "parentColumnSpace": 7.071402966976166, + "parentId": "mowrzb0ul4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 18, + "shouldTruncate": false, + "text": "50%", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 5, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "t7krq253n2", + "widgetName": "Text10" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text9.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text9.json new file mode 100644 index 0000000..977e5a3 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Container8/Text9.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "originalBottomRow": 5, + "originalTopRow": 0, + "overflow": "NONE", + "parentColumnSpace": 7.071402966976166, + "parentId": "mowrzb0ul4", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 42, + "shouldTruncate": false, + "text": "Bestätigungsfortschritt", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "dcqlqeyjt3", + "widgetName": "Text9" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2.json new file mode 100644 index 0000000..9e68777 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 8, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 8, + "originalTopRow": 4, + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 4, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "b3ru2vsuh6", + "widgetName": "Divider2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2Copy2.json new file mode 100644 index 0000000..e45bc95 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Divider2Copy2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 28, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 28, + "originalTopRow": 24, + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 24, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "7u4xt4avat", + "widgetName": "Divider2Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/IconButton2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/IconButton2.json new file mode 100644 index 0000000..b60d976 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/IconButton2.json @@ -0,0 +1,37 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "edit", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 59, + "mobileRightColumn": 63, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 63, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "z20gzxniwo", + "widgetName": "IconButton2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text15.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text15.json new file mode 100644 index 0000000..69b23a7 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text15.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 32, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 32, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 28, + "needsErrorInfo": false, + "originalBottomRow": 32, + "originalTopRow": 28, + "overflow": "NONE", + "parentColumnSpace": 10.527324676513672, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 55, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 28, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "7d4t7xyhaf", + "widgetName": "Text15" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text7.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text7.json new file mode 100644 index 0000000..4f25ad9 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text7.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "originalBottomRow": 4, + "originalTopRow": 0, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 28, + "shouldTruncate": false, + "text": "Ausstattung & Einrichtung", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "nmdv2l0b9r", + "widgetName": "Text7" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8.json new file mode 100644 index 0000000..cb06dfc --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 12, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Sauna & Dampfbad", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "ynoz6sww0t", + "widgetName": "Text8" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy.json new file mode 100644 index 0000000..a7b3668 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 16, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 16, + "originalTopRow": 12, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Skiraum mit Trockenraum", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 12, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "1bkktdg63x", + "widgetName": "Text8Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy1.json new file mode 100644 index 0000000..79c9c93 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 20, + "originalTopRow": 16, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Billardtisch", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "k341zy66fe", + "widgetName": "Text8Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy2.json new file mode 100644 index 0000000..e71328b --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7/Text8Copy2.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 24, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 24, + "originalTopRow": 20, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "w9wby13l1p", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Piano", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 20, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "y2x5iymz00", + "widgetName": "Text8Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Container7Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Container7Copy.json new file mode 100644 index 0000000..3932cb2 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Container7Copy.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 64, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 280, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 500.6163024902344, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "7rfl300nel", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 500.6163024902344, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "a730eazzvm", + "widgetName": "Canvas12Copy" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 18, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 8, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "bl7g0krnh5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": true, + "topRow": 36, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "7rfl300nel", + "widgetName": "Container7Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy.json new file mode 100644 index 0000000..5ef91d5 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 9, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 5, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "wun0dd5otk", + "widgetName": "Divider2Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy2Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy2Copy.json new file mode 100644 index 0000000..b8af0d6 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Divider2Copy2Copy.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 21, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 10, + "originalTopRow": 6, + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 17, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "8c8lz0j048", + "widgetName": "Divider2Copy2Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/IconButton2Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/IconButton2Copy.json new file mode 100644 index 0000000..34f9745 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/IconButton2Copy.json @@ -0,0 +1,37 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 5, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "edit", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 59, + "mobileRightColumn": 63, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 63, + "topRow": 1, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "4gevi8wt2o", + "widgetName": "IconButton2Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text15Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text15Copy.json new file mode 100644 index 0000000..c815842 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text15Copy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 25, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 32, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 28, + "needsErrorInfo": false, + "originalBottomRow": 34, + "originalTopRow": 28, + "overflow": "NONE", + "parentColumnSpace": 10.527324676513672, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 55, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 21, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "mndacvs3jw", + "widgetName": "Text15Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text7Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text7Copy.json new file mode 100644 index 0000000..cba84db --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text7Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 22, + "shouldTruncate": false, + "text": "Skigebiet", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 1, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "6framjuny3", + "widgetName": "Text7Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy1Copy.json new file mode 100644 index 0000000..8716693 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 31, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 45, + "shouldTruncate": false, + "text": "1560 / 2844 m", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "y0oj2f72cy", + "widgetName": "Text8Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy2Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy2Copy.json new file mode 100644 index 0000000..8319e75 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy2Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 47, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 61, + "shouldTruncate": false, + "text": "8 min zur Bahn", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "6p605iw6qx", + "widgetName": "Text8Copy2Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3.json new file mode 100644 index 0000000..d3cd76c --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 16, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 30, + "shouldTruncate": false, + "text": "PistenKM", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "1fulellyty", + "widgetName": "Text8Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3Copy.json new file mode 100644 index 0000000..04627c0 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3Copy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldScrollContents": true, + "shouldTruncate": false, + "text": "Skigebiet", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "tjs0gokb2k", + "widgetName": "Text8Copy3Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy.json new file mode 100644 index 0000000..2855b97 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldScrollContents": true, + "shouldTruncate": false, + "text": "Davos/Klosters", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "iyy5bmbceu", + "widgetName": "Text8Copy3CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy1.json new file mode 100644 index 0000000..00c4be4 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 31, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 45, + "shouldScrollContents": true, + "shouldTruncate": false, + "text": "Höhe Tal/Berg", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "0hxigqy2so", + "widgetName": "Text8Copy3CopyCopy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy2.json new file mode 100644 index 0000000..a695229 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8Copy3CopyCopy2.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 47, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 61, + "shouldScrollContents": true, + "shouldTruncate": false, + "text": "Anbindung", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "hnt70polng", + "widgetName": "Text8Copy3CopyCopy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8CopyCopy.json new file mode 100644 index 0000000..c55f38d --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy/Text8CopyCopy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 16, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "a730eazzvm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 30, + "shouldTruncate": false, + "text": "300 km", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "hj6ckby8b1", + "widgetName": "Text8CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Container7Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Container7Copy1.json new file mode 100644 index 0000000..e50d31a --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Container7Copy1.json @@ -0,0 +1,88 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 139, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 370, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 500.6163024902344, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "zqe9x44ds1", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 500.6163024902344, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "anmiqbcfww", + "widgetName": "Canvas12Copy1" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 18, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 8, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "bl7g0krnh5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 102, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "zqe9x44ds1", + "widgetName": "Container7Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy1.json new file mode 100644 index 0000000..a4f1b7e --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy1.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 9, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 10, + "originalTopRow": 6, + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 5, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "h021dore58", + "widgetName": "Divider2Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy2Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy2Copy1.json new file mode 100644 index 0000000..7a9aae0 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Divider2Copy2Copy1.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 29, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 10, + "originalTopRow": 6, + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 25, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "tkscwtvsu2", + "widgetName": "Divider2Copy2Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/IconButton2CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/IconButton2CopyCopy.json new file mode 100644 index 0000000..0eeafff --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/IconButton2CopyCopy.json @@ -0,0 +1,37 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 5, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "edit", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 59, + "mobileRightColumn": 63, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 63, + "topRow": 1, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "vzrgzc8fpx", + "widgetName": "IconButton2CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text15Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text15Copy1.json new file mode 100644 index 0000000..9eac551 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text15Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 33, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 32, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 28, + "needsErrorInfo": false, + "originalBottomRow": 34, + "originalTopRow": 28, + "overflow": "NONE", + "parentColumnSpace": 10.527324676513672, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 55, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 29, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "nn6i230x5h", + "widgetName": "Text15Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text7Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text7Copy1.json new file mode 100644 index 0000000..7faadc8 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text7Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "originalBottomRow": 6, + "originalTopRow": 1, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 31, + "shouldTruncate": false, + "text": "Verfügbare Kurse", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 1, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "pj7cj0rs6g", + "widgetName": "Text7Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy1Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy1Copy1.json new file mode 100644 index 0000000..8846920 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy1Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 21, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 22, + "originalTopRow": 18, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 30, + "shouldTruncate": false, + "text": "Snowboard-Kurs", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 17, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "gb95f6l9al", + "widgetName": "Text8Copy1Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy2Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy2Copy1.json new file mode 100644 index 0000000..b561408 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy2Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 25, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 26, + "originalTopRow": 22, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 30, + "shouldTruncate": false, + "text": "Privatstunden", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 21, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "b5ve839gsb", + "widgetName": "Text8Copy2Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy4.json new file mode 100644 index 0000000..8cdd743 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8Copy4.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 14, + "originalTopRow": 10, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 29, + "shouldTruncate": false, + "text": "Skikurse Anfänger", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "nhiowh1x2a", + "widgetName": "Text8Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8CopyCopy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8CopyCopy1.json new file mode 100644 index 0000000..523af49 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1/Text8CopyCopy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 18, + "originalTopRow": 14, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "anmiqbcfww", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 30, + "shouldTruncate": false, + "text": "Skikurs Fortgeschrittene", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "iut0n068xg", + "widgetName": "Text8CopyCopy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Container7Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Container7Copy1Copy.json new file mode 100644 index 0000000..a7f109f --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Container7Copy1Copy.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 101, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 360, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 500.6163024902344, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "2lpzep26p3", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 500.6163024902344, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "vk9ibg5qhk", + "widgetName": "Canvas12Copy1Copy" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 18, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 8, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "bl7g0krnh5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 65, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "2lpzep26p3", + "widgetName": "Container7Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy1Copy.json new file mode 100644 index 0000000..255f066 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy1Copy.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 9, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 5, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "2zvm5cb4qi", + "widgetName": "Divider2Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy2Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy2Copy2.json new file mode 100644 index 0000000..93d5038 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Divider2Copy2Copy2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 29, + "capSide": 0, + "capType": "nc", + "dividerColor": "#e0dede", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 7, + "mobileLeftColumn": 0, + "mobileRightColumn": 20, + "mobileTopRow": 3, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 10, + "originalTopRow": 6, + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 25, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "wfgvb16pvk", + "widgetName": "Divider2Copy2Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/IconButton2CopyCopy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/IconButton2CopyCopy1.json new file mode 100644 index 0000000..81a539a --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/IconButton2CopyCopy1.json @@ -0,0 +1,37 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 5, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "TERTIARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "edit", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 59, + "mobileRightColumn": 63, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 63, + "topRow": 1, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "b83o0ab824", + "widgetName": "IconButton2CopyCopy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text15Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text15Copy2.json new file mode 100644 index 0000000..2eb0470 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text15Copy2.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 33, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 32, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 28, + "needsErrorInfo": false, + "originalBottomRow": 34, + "originalTopRow": 28, + "overflow": "NONE", + "parentColumnSpace": 10.527324676513672, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 55, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 29, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "ts319bve8e", + "widgetName": "Text15Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text7Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text7Copy1Copy.json new file mode 100644 index 0000000..65e50b4 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text7Copy1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 12, + "shouldTruncate": false, + "text": "Verleih", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 1, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "q4m5ugi21v", + "widgetName": "Text7Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy1Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy1Copy1Copy.json new file mode 100644 index 0000000..43a85cc --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy1Copy1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 21, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Helme", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 17, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "it0js8lqlh", + "widgetName": "Text8Copy1Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy2Copy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy2Copy1Copy.json new file mode 100644 index 0000000..90139a3 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy2Copy1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 25, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Kinderski", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 21, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "u4v7baoyou", + "widgetName": "Text8Copy2Copy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy4Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy4Copy.json new file mode 100644 index 0000000..c2da19a --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8Copy4Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Ski & Stöcke", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 9, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "j9yq0daf2d", + "widgetName": "Text8Copy4Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8CopyCopy1Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8CopyCopy1Copy.json new file mode 100644 index 0000000..35a5870 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container7Copy1Copy/Text8CopyCopy1Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 17, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 1, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 8, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.546512603759766, + "parentId": "vk9ibg5qhk", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 15, + "shouldTruncate": false, + "text": "Snowboard", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 13, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "bl5s4jw3p9", + "widgetName": "Text8CopyCopy1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Container9.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Container9.json new file mode 100644 index 0000000..d900d1e --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Container9.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 22, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "ek8yjzp0q0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "w5ci5zcoju", + "widgetName": "Canvas14" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 21, + "shouldScrollContents": false, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "ek8yjzp0q0", + "widgetName": "Container9" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Divider3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Divider3.json new file mode 100644 index 0000000..93a8c13 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Divider3.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "w5ci5zcoju", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "k1mhkrejm3", + "widgetName": "Divider3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text11.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text11.json new file mode 100644 index 0000000..c709a74 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text11.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "w5ci5zcoju", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Skipass Erwachsene / Woche", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "i0b55r9rpl", + "widgetName": "Text11" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text12.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text12.json new file mode 100644 index 0000000..c67b691 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text12.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "w5ci5zcoju", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "250 €", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "dot5s6xk9a", + "widgetName": "Text12" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text13.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text13.json new file mode 100644 index 0000000..9543872 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text13.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "w5ci5zcoju", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "hj6btgr0i7", + "widgetName": "Text13" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text14.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text14.json new file mode 100644 index 0000000..339358d --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9/Text14.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "w5ci5zcoju", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "gx19ricra1", + "widgetName": "Text14" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Container9Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Container9Copy.json new file mode 100644 index 0000000..d988123 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Container9Copy.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 22, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "8dugql5q6h", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "dt4cd384wm", + "widgetName": "Canvas14Copy" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 22, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 43, + "shouldScrollContents": false, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "8dugql5q6h", + "widgetName": "Container9Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Divider3Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Divider3Copy.json new file mode 100644 index 0000000..54859ec --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Divider3Copy.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "dt4cd384wm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "myj47ec2j3", + "widgetName": "Divider3Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text11Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text11Copy.json new file mode 100644 index 0000000..8654a89 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text11Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "dt4cd384wm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Skipass Studenten / Woche", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "gxe2cgl4tn", + "widgetName": "Text11Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text12Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text12Copy.json new file mode 100644 index 0000000..487bae2 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text12Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "dt4cd384wm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "215 €", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "60le4jctl0", + "widgetName": "Text12Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text13Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text13Copy.json new file mode 100644 index 0000000..c885727 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text13Copy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "dt4cd384wm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "nilddaco5h", + "widgetName": "Text13Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text14Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text14Copy.json new file mode 100644 index 0000000..b3a8416 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy/Text14Copy.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "dt4cd384wm", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "ydttc5b23k", + "widgetName": "Text14Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Container9Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Container9Copy1.json new file mode 100644 index 0000000..7ac7148 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Container9Copy1.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 22, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sug24bbyr1", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "gyqx9ky8f5", + "widgetName": "Canvas14Copy1" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 44, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "sug24bbyr1", + "widgetName": "Container9Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Divider3Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Divider3Copy1.json new file mode 100644 index 0000000..c07bd71 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Divider3Copy1.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "gyqx9ky8f5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "cwrz40dhd7", + "widgetName": "Divider3Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text11Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text11Copy1.json new file mode 100644 index 0000000..7d937c8 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text11Copy1.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "gyqx9ky8f5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Kurtaxe / Person / Nacht", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "famzb18mgq", + "widgetName": "Text11Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text12Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text12Copy1.json new file mode 100644 index 0000000..a6b54a9 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text12Copy1.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "gyqx9ky8f5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "2,80 CHF", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "rf9o72lnmv", + "widgetName": "Text12Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text13Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text13Copy1.json new file mode 100644 index 0000000..32cd09c --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text13Copy1.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "gyqx9ky8f5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "fs9po4cv90", + "widgetName": "Text13Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text14Copy1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text14Copy1.json new file mode 100644 index 0000000..42695a1 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy1/Text14Copy1.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "gyqx9ky8f5", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "vjqgp6ybzw", + "widgetName": "Text14Copy1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Container9Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Container9Copy2.json new file mode 100644 index 0000000..f480638 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Container9Copy2.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 45, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "01f0av1vmx", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "ip7l50apo7", + "widgetName": "Canvas14Copy2" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 21, + "shouldScrollContents": false, + "topRow": 23, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "01f0av1vmx", + "widgetName": "Container9Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Divider3Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Divider3Copy2.json new file mode 100644 index 0000000..7d111a3 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Divider3Copy2.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "ip7l50apo7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "s0vbo8uw42", + "widgetName": "Divider3Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text11Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text11Copy2.json new file mode 100644 index 0000000..aaf2b75 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text11Copy2.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "ip7l50apo7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Gesamtkapazität", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "kfvgkmj3q1", + "widgetName": "Text11Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text12Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text12Copy2.json new file mode 100644 index 0000000..ed5bd13 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text12Copy2.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "ip7l50apo7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "178", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "1u490rle8c", + "widgetName": "Text12Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text13Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text13Copy2.json new file mode 100644 index 0000000..85c95e9 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text13Copy2.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "ip7l50apo7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "887mdp9l46", + "widgetName": "Text13Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text14Copy2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text14Copy2.json new file mode 100644 index 0000000..9fc1f26 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy2/Text14Copy2.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "ip7l50apo7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "25r67babim", + "widgetName": "Text14Copy2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Container9Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Container9Copy3.json new file mode 100644 index 0000000..5d3d8c3 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Container9Copy3.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 45, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "asnhijgeym", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "uossny5zp3", + "widgetName": "Canvas14Copy3" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 22, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 43, + "shouldScrollContents": false, + "topRow": 23, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "asnhijgeym", + "widgetName": "Container9Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Divider3Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Divider3Copy3.json new file mode 100644 index 0000000..236b812 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Divider3Copy3.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "uossny5zp3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "bcx68w2qpk", + "widgetName": "Divider3Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text11Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text11Copy3.json new file mode 100644 index 0000000..4288353 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text11Copy3.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "uossny5zp3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Gruppengrößen", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "hyh5hbe2gw", + "widgetName": "Text11Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text12Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text12Copy3.json new file mode 100644 index 0000000..c056660 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text12Copy3.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "uossny5zp3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "30 - 100", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "jotu4xtsy3", + "widgetName": "Text12Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text13Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text13Copy3.json new file mode 100644 index 0000000..25c782e --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text13Copy3.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "uossny5zp3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "t8vowfcnfn", + "widgetName": "Text13Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text14Copy3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text14Copy3.json new file mode 100644 index 0000000..e2f2b08 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy3/Text14Copy3.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "uossny5zp3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "02b6y1h0nv", + "widgetName": "Text14Copy3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Container9Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Container9Copy4.json new file mode 100644 index 0000000..1f9ddd3 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Container9Copy4.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 45, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 220, + "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": "av3puh4ixr", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 260.1557922363281, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "lxusg75bry", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 260.1557922363281, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "mkgvl01bvh", + "widgetName": "Canvas14Copy4" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "c92zudcf98", + "leftColumn": 44, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "9e76s3o5ii", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 23, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "lxusg75bry", + "widgetName": "Container9Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Divider3Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Divider3Copy4.json new file mode 100644 index 0000000..0729647 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Divider3Copy4.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 7, + "mobileRightColumn": 27, + "mobileTopRow": 13, + "needsErrorInfo": false, + "orientation": "horizontal", + "parentColumnSpace": 3.2443174719810486, + "parentId": "mkgvl01bvh", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "v1zb8fp7c1", + "widgetName": "Divider3Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text11Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text11Copy4.json new file mode 100644 index 0000000..1347f91 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text11Copy4.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 0, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "mkgvl01bvh", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Interne Kalkulation / Person / Nacht", + "textAlign": "LEFT", + "textColor": "#18181b", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "eenbfbcqny", + "widgetName": "Text11Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text12Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text12Copy4.json new file mode 100644 index 0000000..05fd12e --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text12Copy4.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.875rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "mkgvl01bvh", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 59, + "shouldTruncate": false, + "text": "89 €", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 4, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "n8hiqejw4l", + "widgetName": "Text12Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text13Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text13Copy4.json new file mode 100644 index 0000000..a3887a4 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text13Copy4.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 8, + "needsErrorInfo": false, + "originalBottomRow": 13, + "originalTopRow": 8, + "overflow": "NONE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "mkgvl01bvh", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shouldTruncate": false, + "text": "Infotext", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 8, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "wb1mkdhkrn", + "widgetName": "Text13Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text14Copy4.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text14Copy4.json new file mode 100644 index 0000000..dbabe9c --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Container9Copy4/Text14Copy4.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "disableLink": false, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 2, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 0, + "mobileRightColumn": 15, + "mobileTopRow": 16, + "needsErrorInfo": false, + "overflow": "TRUNCATE", + "parentColumnSpace": 3.2443174719810486, + "parentId": "mkgvl01bvh", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Zuletzt geändert: 22.07.2026 - Florian Bernard", + "textAlign": "LEFT", + "textColor": "#71717a", + "topRow": 16, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "7bmkumvq91", + "widgetName": "Text14Copy4" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Hausdaten.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Hausdaten.json new file mode 100644 index 0000000..286dc6b --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Hausdaten.json @@ -0,0 +1,379 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "#f1f5f9", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": 1, + "bottomRow": 176, + "boxShadow": "none", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": true, + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 150, + "minWidth": 450, + "mobileBottomRow": 150, + "mobileLeftColumn": 0, + "mobileRightColumn": 609.375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 609.375, + "shouldScrollContents": false, + "tabId": "tab1", + "tabName": "Ausstattung", + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "bl7g0krnh5", + "widgetName": "Canvas4" + }, + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": true, + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 150, + "minWidth": 450, + "mobileBottomRow": 150, + "mobileLeftColumn": 0, + "mobileRightColumn": 609.375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 609.375, + "shouldScrollContents": false, + "tabId": "tab2", + "tabName": "Gruppenlogik", + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "8cou3miyns", + "widgetName": "Canvas5" + }, + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 1000, + "minWidth": 450, + "mobileBottomRow": 1001, + "mobileLeftColumn": 0, + "mobileRightColumn": 1396.484375, + "mobileTopRow": 1, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 1396.484375, + "tabId": "tabqr2cqzccjs", + "tabName": "Preise & Kapazitäten", + "topRow": 1, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "9e76s3o5ii", + "widgetName": "Canvas6" + }, + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 1000, + "minWidth": 450, + "mobileBottomRow": 1001, + "mobileLeftColumn": 0, + "mobileRightColumn": 1396.484375, + "mobileTopRow": 1, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 1396.484375, + "tabId": "tabscmx2vxesq", + "tabName": "Änderungshistorie", + "topRow": 1, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "8hgaphf9ei", + "widgetName": "Canvas7" + }, + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 1000, + "minWidth": 450, + "mobileBottomRow": 1001, + "mobileLeftColumn": 0, + "mobileRightColumn": 1396.484375, + "mobileTopRow": 1, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 1396.484375, + "tabId": "tabtudd23fxgv", + "tabName": "Dokumente", + "topRow": 1, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "yi48wxwknt", + "widgetName": "Canvas8" + }, + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1460, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "f8w39ukpzo", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 1500, + "minWidth": 450, + "mobileBottomRow": 1501, + "mobileLeftColumn": 0, + "mobileRightColumn": 1599.609375, + "mobileTopRow": 1, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "sczgy7obd0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 1599.609375, + "tabId": "tab9bmqx2jzpn", + "tabName": "Belegungskalender", + "topRow": 1, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "miczutyq8s", + "widgetName": "Canvas15" + } + ], + "defaultTab": "Ausstattung", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "backgroundColor" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "hww1ibrkuk", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 15, + "minWidth": 450, + "mobileBottomRow": 44, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 29, + "needsErrorInfo": false, + "originalBottomRow": 129, + "originalTopRow": 29, + "parentColumnSpace": 25.390625, + "parentId": "oqdckoskjl", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldScrollContents": false, + "shouldShowTabs": true, + "tabsObj": { + "tab1": { + "id": "tab1", + "index": 0, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Ausstattung", + "positioning": "vertical", + "widgetId": "bl7g0krnh5" + }, + "tab2": { + "id": "tab2", + "index": 1, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Gruppenlogik", + "positioning": "vertical", + "widgetId": "8cou3miyns" + }, + "tab9bmqx2jzpn": { + "id": "tab9bmqx2jzpn", + "index": 3, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Belegungskalender", + "widgetId": "miczutyq8s" + }, + "tabqr2cqzccjs": { + "id": "tabqr2cqzccjs", + "index": 2, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Preise & Kapazitäten", + "widgetId": "9e76s3o5ii" + }, + "tabscmx2vxesq": { + "id": "tabscmx2vxesq", + "index": 4, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Änderungshistorie", + "widgetId": "8hgaphf9ei" + }, + "tabtudd23fxgv": { + "id": "tabtudd23fxgv", + "index": 5, + "isDuplicateLabel": false, + "isVisible": true, + "label": "Dokumente", + "widgetId": "yi48wxwknt" + } + }, + "topRow": 26, + "type": "TABS_WIDGET", + "version": 3, + "widgetId": "sczgy7obd0", + "widgetName": "Hausdaten" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table1.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table1.json new file mode 100644 index 0000000..fc3190f --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table1.json @@ -0,0 +1,95 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 28, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [], + "columnUpdatedAt": 1784642944646, + "columnWidthMap": {}, + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicPropertyPathList": [], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": true, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "cqx4jxn15a", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 36, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 8, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "8cou3miyns", + "parentRowSpace": 10, + "primaryColumns": {}, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "searchKey": "", + "tableData": "", + "textSize": "0.875rem", + "topRow": 0, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "x6hxr67klk", + "widgetName": "Table1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2.json new file mode 100644 index 0000000..c90b638 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2.json @@ -0,0 +1,97 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 57, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [], + "columnUpdatedAt": 1784642944646, + "columnWidthMap": {}, + "compactMode": "DEFAULT", + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": true, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "cqx4jxn15a", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 68, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 40, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "8cou3miyns", + "parentRowSpace": 10, + "primaryColumns": {}, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "searchKey": "", + "tableData": "", + "textSize": "0.875rem", + "topRow": 29, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "afvwwvlgv4", + "widgetName": "Table2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2Copy.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2Copy.json new file mode 100644 index 0000000..13f4b4a --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table2Copy.json @@ -0,0 +1,97 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 86, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [], + "columnUpdatedAt": 1784642944646, + "columnWidthMap": {}, + "compactMode": "DEFAULT", + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": true, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "cqx4jxn15a", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 68, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 40, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "8cou3miyns", + "parentRowSpace": 10, + "primaryColumns": {}, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "searchKey": "", + "tableData": "", + "textSize": "0.875rem", + "topRow": 58, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "e60ackhtat", + "widgetName": "Table2Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table3.json b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table3.json new file mode 100644 index 0000000..eb18ace --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Hausdaten/Table3.json @@ -0,0 +1,95 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderColor": "#E0DEDE", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 28, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "cachedTableData": {}, + "canFreezeColumn": true, + "childStylesheet": { + "button": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "editActions": { + "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "iconButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}" + }, + "menuButton": { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "boxShadow": "none", + "menuColor": "{{appsmith.theme.colors.primaryColor}}" + } + }, + "columnOrder": [], + "columnUpdatedAt": 1784699652589, + "columnWidthMap": {}, + "customIsLoading": false, + "customIsLoadingValue": "", + "defaultPageSize": 0, + "defaultSelectedRowIndex": 0, + "defaultSelectedRowIndices": [ + 0 + ], + "delimiter": ",", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicPropertyPathList": [], + "enableClientSideSearch": true, + "endOfData": false, + "flexVerticalAlignment": "start", + "horizontalAlignment": "LEFT", + "inlineEditingSaveOption": "ROW_LEVEL", + "isLoading": false, + "isSortable": true, + "isVisible": true, + "isVisibleDownload": true, + "isVisibleFilters": false, + "isVisiblePagination": true, + "isVisibleSearch": true, + "key": "czzswh9ala", + "label": "Data", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 28, + "mobileLeftColumn": 0, + "mobileRightColumn": 34, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 10.839824676513672, + "parentId": "8hgaphf9ei", + "parentRowSpace": 10, + "primaryColumns": {}, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "searchKey": "", + "tableData": "", + "textSize": "0.875rem", + "topRow": 0, + "totalRecordsCount": 0, + "type": "TABLE_WIDGET_V2", + "version": 2, + "verticalAlignment": "CENTER", + "widgetId": "6mpvdu6ct9", + "widgetName": "Table3" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1.json new file mode 100644 index 0000000..62978aa --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 4, + "capSide": 0, + "capType": "nc", + "dividerColor": "#dadadd", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 18, + "minWidth": 450, + "mobileBottomRow": 37, + "mobileLeftColumn": 13, + "mobileRightColumn": 33, + "mobileTopRow": 33, + "needsErrorInfo": false, + "orientation": "vertical", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 20, + "strokeStyle": "solid", + "thickness": "2", + "topRow": 0, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "ua3sggmfph", + "widgetName": "Divider1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1Copy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1Copy.json new file mode 100644 index 0000000..75ffe16 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1Copy.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 4, + "capSide": 0, + "capType": "nc", + "dividerColor": "#dadadd", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 35, + "minWidth": 450, + "mobileBottomRow": 37, + "mobileLeftColumn": 13, + "mobileRightColumn": 33, + "mobileTopRow": 33, + "needsErrorInfo": false, + "orientation": "vertical", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 37, + "strokeStyle": "solid", + "thickness": "2", + "topRow": 0, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "6xnj9ahvcv", + "widgetName": "Divider1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1CopyCopy.json new file mode 100644 index 0000000..f90f380 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Divider1CopyCopy.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 4, + "capSide": 0, + "capType": "nc", + "dividerColor": "#dadadd", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "n5y8riqqt2", + "leftColumn": 48, + "minWidth": 450, + "mobileBottomRow": 37, + "mobileLeftColumn": 13, + "mobileRightColumn": 33, + "mobileTopRow": 33, + "needsErrorInfo": false, + "orientation": "vertical", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 50, + "strokeStyle": "solid", + "thickness": "2", + "topRow": 0, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "y2zu5q88il", + "widgetName": "Divider1CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1.json new file mode 100644 index 0000000..5128b9a --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1.json @@ -0,0 +1,42 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicPropertyPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "geolocation", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 1, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 4, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 3, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "hzfb1ycc30", + "widgetName": "IconButton1" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1Copy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1Copy.json new file mode 100644 index 0000000..285bb07 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1Copy.json @@ -0,0 +1,38 @@ +{ + "animateLoading": true, + "borderRadius": "0px", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [], + "dynamicPropertyPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "share", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 20, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 4, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 22, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "pmaf3ljjgp", + "widgetName": "IconButton1Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopy.json new file mode 100644 index 0000000..ae163bc --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopy.json @@ -0,0 +1,42 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicPropertyPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "person", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 37, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 4, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 39, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "64w94g2a1v", + "widgetName": "IconButton1CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopyCopy.json new file mode 100644 index 0000000..b03abf8 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/IconButton1CopyCopyCopy.json @@ -0,0 +1,38 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 4, + "boxShadow": "none", + "buttonColor": "", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [], + "dynamicPropertyPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [], + "iconName": "calendar", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "6tbtbwxbke", + "leftColumn": 50, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 4, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 52, + "topRow": 0, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "myhruiwlku", + "widgetName": "IconButton1CopyCopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Infobanner.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Infobanner.json new file mode 100644 index 0000000..9840c18 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Infobanner.json @@ -0,0 +1,89 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 24, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 60, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 609.375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "vzznuay2q7", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 609.375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "j1vg5vu8o3", + "widgetName": "Canvas3" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 0, + "maxDynamicHeight": 8, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 30, + "mobileLeftColumn": 0, + "mobileRightColumn": 24, + "mobileTopRow": 20, + "needsErrorInfo": false, + "originalBottomRow": 26, + "originalTopRow": 21, + "parentColumnSpace": 25.390625, + "parentId": "oqdckoskjl", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "shouldScrollContents": false, + "topRow": 18, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "vzznuay2q7", + "widgetName": "Infobanner" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5.json new file mode 100644 index 0000000..05550b6 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 3, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 13, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 9, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 18, + "shouldTruncate": false, + "text": " Buolstrasse 4, 7270 Davos, Schweiz", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "bri4g7d748", + "widgetName": "Text5" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5Copy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5Copy.json new file mode 100644 index 0000000..d9f1d62 --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5Copy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 39, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 13, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 9, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 48, + "shouldTruncate": false, + "text": " Kapazität: 100 Plätze", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "2tz5zmtmhj", + "widgetName": "Text5Copy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5CopyCopy.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5CopyCopy.json new file mode 100644 index 0000000..e53833d --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text5CopyCopy.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "0.875rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 52, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 13, + "mobileLeftColumn": 1, + "mobileRightColumn": 17, + "mobileTopRow": 9, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 60, + "shouldTruncate": false, + "text": " Saison: Nov - Apr", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "f0f9itnhnr", + "widgetName": "Text5CopyCopy" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Haus_Container/Infobanner/Text6.json b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text6.json new file mode 100644 index 0000000..8f7b3ae --- /dev/null +++ b/pages/Hausseite/widgets/Haus_Container/Infobanner/Text6.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "", + "isLoading": false, + "isVisible": true, + "key": "tdmyg4zi2e", + "leftColumn": 22, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 13, + "mobileLeftColumn": 17, + "mobileRightColumn": 33, + "mobileTopRow": 9, + "needsErrorInfo": false, + "overflow": "NONE", + "parentColumnSpace": 20.859012603759766, + "parentId": "j1vg5vu8o3", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 35, + "shouldTruncate": false, + "text": " hl.dpw@ep-reisen.at", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "uhphwfy32a", + "widgetName": "Text6" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Buchungskalender.json b/pages/Hausseite/widgets/Linkcontainer/Buchungskalender.json new file mode 100644 index 0000000..0612c5b --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Buchungskalender.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 20, + "boxShadow": "none", + "buttonColor": "#22c55e", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 5, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 20, + "originalTopRow": 16, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 61, + "text": "Buchungskalender", + "topRow": 16, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "2yczfxzwtl", + "widgetName": "Buchungskalender" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Busplanung.json b/pages/Hausseite/widgets/Linkcontainer/Busplanung.json new file mode 100644 index 0000000..a20282e --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Busplanung.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 28, + "boxShadow": "none", + "buttonColor": "#22c55e", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 5, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 28, + "originalTopRow": 24, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 61, + "text": "Busplanung", + "topRow": 24, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "j72dxn7bzg", + "widgetName": "Busplanung" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Divider.json b/pages/Hausseite/widgets/Linkcontainer/Divider.json new file mode 100644 index 0000000..8d7c6df --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Divider.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 16, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 16, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 12, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 16, + "originalTopRow": 12, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 12, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "d3xzbaote6", + "widgetName": "Divider" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Divider_2.json b/pages/Hausseite/widgets/Linkcontainer/Divider_2.json new file mode 100644 index 0000000..dec0817 --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Divider_2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 32, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "wafa3o0t6p", + "leftColumn": 0, + "minWidth": 450, + "mobileBottomRow": 16, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 12, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 32, + "originalTopRow": 28, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 28, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "kydktu0f50", + "widgetName": "Divider_2" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Kalkulation.json b/pages/Hausseite/widgets/Linkcontainer/Kalkulation.json new file mode 100644 index 0000000..ab9c325 --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Kalkulation.json @@ -0,0 +1,51 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 8, + "boxShadow": "none", + "buttonColor": "#3b82f6", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 4, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "onClick": "{{navigateTo(\"\", {}, 'SAME_WINDOW')}}", + "originalBottomRow": 8, + "originalTopRow": 4, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 61, + "text": "Kalkulation", + "topRow": 4, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "n6lm9jdj9p", + "widgetName": "Kalkulation" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Linkcontainer.json b/pages/Hausseite/widgets/Linkcontainer/Linkcontainer.json new file mode 100644 index 0000000..1afa46b --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Linkcontainer.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "1.5rem", + "borderWidth": "1", + "bottomRow": 56, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 400, + "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": "phm01kh8ll", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 583.984375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "1zbjebr8fq", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 583.984375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "lkd8xlhdzd", + "widgetName": "Canvas1" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "abex3ey9qs", + "leftColumn": 52, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 41, + "mobileRightColumn": 64, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 16, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "1zbjebr8fq", + "widgetName": "Linkcontainer" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Links.json b/pages/Hausseite/widgets/Linkcontainer/Links.json new file mode 100644 index 0000000..f5333a5 --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Links.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "gjlzq06sbl", + "leftColumn": 4, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 0, + "needsErrorInfo": false, + "originalBottomRow": 4, + "originalTopRow": 0, + "overflow": "NONE", + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Links", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "n01hlcu2yw", + "widgetName": "Links" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Skipreisliste.json b/pages/Hausseite/widgets/Linkcontainer/Skipreisliste.json new file mode 100644 index 0000000..99eeb8d --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Skipreisliste.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 12, + "boxShadow": "none", + "buttonColor": "#3b82f6", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 5, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 12, + "originalTopRow": 8, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 61, + "text": "Skipreisliste", + "topRow": 8, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "aurdp8hiqr", + "widgetName": "Skipreisliste" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Winterreisenuebersicht.json b/pages/Hausseite/widgets/Linkcontainer/Winterreisenuebersicht.json new file mode 100644 index 0000000..31268b3 --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Winterreisenuebersicht.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 24, + "boxShadow": "none", + "buttonColor": "#22c55e", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 5, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 24, + "originalTopRow": 20, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 61, + "text": "Winterreisenübersicht", + "topRow": 20, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "3gmtjxhiz3", + "widgetName": "Winterreisenuebersicht" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Linkcontainer/Zimmerliste.json b/pages/Hausseite/widgets/Linkcontainer/Zimmerliste.json new file mode 100644 index 0000000..80798bb --- /dev/null +++ b/pages/Hausseite/widgets/Linkcontainer/Zimmerliste.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 36, + "boxShadow": "none", + "buttonColor": "#a855f7", + "buttonVariant": "SECONDARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [], + "iconAlign": "left", + "iconName": "link", + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "pf1pc6smej", + "leftColumn": 6, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "originalBottomRow": 36, + "originalTopRow": 32, + "parentColumnSpace": 1.592529296875, + "parentId": "lkd8xlhdzd", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 62, + "text": "Zimmerliste", + "topRow": 32, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "zmqngb91wk", + "widgetName": "Zimmerliste" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Navbar.json b/pages/Hausseite/widgets/Navbar.json new file mode 100644 index 0000000..bbd3d9c --- /dev/null +++ b/pages/Hausseite/widgets/Navbar.json @@ -0,0 +1,43 @@ +{ + "animateLoading": true, + "backgroundColor": "#f1f5f9", + "borderColor": "#f1f5f9", + "borderRadius": "0.375rem", + "borderWidth": "1", + "bottomRow": 8, + "boxShadow": "none", + "children": [], + "containerStyle": "card", + "dynamicHeight": "FIXED", + "flexVerticalAlignment": "stretch", + "hasMetaWidgets": true, + "isCanvas": true, + "isCreationPending": true, + "isLoading": false, + "isModuleWidget": true, + "isVisible": true, + "key": "njxy0k4ooo", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 0, + "mobileRightColumn": 57, + "mobileTopRow": 0, + "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "needsErrorInfo": false, + "parentColumnSpace": 25.390625, + "parentId": "0", + "parentRowSpace": 10, + "positioning": "fixed", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 0, + "type": "MODULE_WIDGET_df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "version": 1, + "widgetId": "2ph6jnmnnc", + "widgetName": "Navbar" +} \ No newline at end of file diff --git a/pages/Hausseite/widgets/Saison.json b/pages/Hausseite/widgets/Saison.json new file mode 100644 index 0000000..5e981ea --- /dev/null +++ b/pages/Hausseite/widgets/Saison.json @@ -0,0 +1,59 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 13, + "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": "mc3yqpm1ea", + "labelAlignment": "right", + "labelPosition": "Top", + "labelText": "Saison", + "labelTextSize": "0.875rem", + "labelWidth": "3", + "leftColumn": 52, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 19, + "mobileLeftColumn": 15, + "mobileRightColumn": 35, + "mobileTopRow": 12, + "needsErrorInfo": false, + "optionLabel": "name", + "optionValue": "code", + "parentColumnSpace": 13.546875, + "parentId": "0", + "parentRowSpace": 10, + "placeholderText": "Select option", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "serverSideFiltering": false, + "sourceData": "[\n {\n \"name\": \"Winter 25/26\",\n \"code\": \"W25.26\"\n },\n {\n \"name\": \"Sommer 26\",\n \"code\": \"S26\"\n },\n {\n \"name\": \"Winter 26/27\",\n \"code\": \"W26.27\"\n },\n\t{\n\t\t\"name\": \"Sommer 27\",\n\t\t\"code\": \"S27\"\n\t}\n]", + "topRow": 9, + "type": "SELECT_WIDGET", + "version": 1, + "widgetId": "6ax31dn42h", + "widgetName": "Saison" +} \ No newline at end of file diff --git a/pages/Startseite/Startseite.json b/pages/Startseite/Startseite.json new file mode 100644 index 0000000..4e5bc34 --- /dev/null +++ b/pages/Startseite/Startseite.json @@ -0,0 +1,34 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_89bfffb2-e5dd-4c0b-8250-2cce95e9772b", + "unpublishedPage": { + "isHidden": true, + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 620, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "leftColumn": 0, + "minHeight": 1292, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 4896, + "snapColumns": 64, + "snapRows": 124, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Startseite", + "slug": "startseite", + "uniqueSlug": "startseite" + } +} \ No newline at end of file diff --git a/pages/Startseite/jsobjects/NavBar_Variables1/metadata.json b/pages/Startseite/jsobjects/NavBar_Variables1/metadata.json new file mode 100644 index 0000000..54a29d1 --- /dev/null +++ b/pages/Startseite/jsobjects/NavBar_Variables1/metadata.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_bd25b30b-4560-4d50-8bf3-e88802b6b219", + "id": "Startseite__$NavBar_Variables1$_NavBar_Variables", + "isPublic": true, + "moduleInstanceId": "Startseite_NavBar_Variables1", + "rootModuleInstanceId": "Startseite_NavBar_Variables1", + "unpublishedCollection": { + "contextType": "PAGE", + "name": "_$NavBar_Variables1$_NavBar_Variables", + "pageId": "Startseite", + "pluginId": "js-plugin", + "pluginType": "JS" + } +} \ No newline at end of file diff --git a/pages/Startseite/jsobjects/Side_Jump/Side_Jump.js b/pages/Startseite/jsobjects/Side_Jump/Side_Jump.js new file mode 100644 index 0000000..5552972 --- /dev/null +++ b/pages/Startseite/jsobjects/Side_Jump/Side_Jump.js @@ -0,0 +1,7 @@ +export default { + goToDetail: async (event) => { + await storeValue("selectedHID", event?.HID); + await storeValue("selectedHaus", event?.item); + await navigateTo("Hausseite", {}, "SAME_WINDOW"); + } +} \ No newline at end of file diff --git a/pages/Startseite/jsobjects/Side_Jump/metadata.json b/pages/Startseite/jsobjects/Side_Jump/metadata.json new file mode 100644 index 0000000..8d2804d --- /dev/null +++ b/pages/Startseite/jsobjects/Side_Jump/metadata.json @@ -0,0 +1,11 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_7809db60-8ef0-4949-9e09-973392dd8078", + "id": "Startseite_Side_Jump", + "unpublishedCollection": { + "name": "Side_Jump", + "pageId": "Startseite", + "pluginId": "js-plugin", + "pluginType": "JS", + "variables": [] + } +} \ No newline at end of file diff --git a/pages/Startseite/module instances/NavBar_Variables1.json b/pages/Startseite/module instances/NavBar_Variables1.json new file mode 100644 index 0000000..399a160 --- /dev/null +++ b/pages/Startseite/module instances/NavBar_Variables1.json @@ -0,0 +1,14 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_b5c7e3f2-90f1-45b3-bc0f-34b0fa507f8b", + "id": "Startseite_NavBar_Variables1", + "moduleUUID": "622f5dbd-7507-4f38-a203-557e6a2176a4", + "packageUUID": "7a2ddd11-c740-41ca-b957-5cc644b4c722", + "type": "JS_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "inputs": {}, + "moduleInputs": {}, + "name": "NavBar_Variables1", + "pageId": "Startseite" + } +} \ No newline at end of file diff --git a/pages/Startseite/module instances/Navbar1.json b/pages/Startseite/module instances/Navbar1.json new file mode 100644 index 0000000..05a96de --- /dev/null +++ b/pages/Startseite/module instances/Navbar1.json @@ -0,0 +1,30 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_ccd318a6-6a47-4784-8a77-0aed02e73c2b", + "id": "Startseite_Navbar1", + "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", + "packageUUID": "c5a661ed-b0b3-4d8f-8efe-c1b824869705", + "type": "UI_MODULE", + "unpublishedModuleInstance": { + "contextType": "PAGE", + "dynamicBindingPathList": [ + { + "key": "Pages" + } + ], + "inputs": { + "Pages": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Startseite', icon: '🏠'}\n]\n\t }}}" + }, + "moduleInputs": { + "hjrjvwqzvh": { + "controlType": "INPUT_TEXT", + "defaultValue": "{{ {page: NavBar_Variables1.pagename, navItems: [\n\t{id: 1, title: 'Home'},\n\t{id: 2, title: 'Page2', icon: '1️⃣'},\n\t{id: 3, title: 'Page3', icon: '2️⃣'},\n\t{id: 4, title: 'Page4', icon: '3️⃣'}\n]\n\t }}}", + "id": "hjrjvwqzvh", + "label": "Pages", + "propertyName": "inputs.Pages" + } + }, + "name": "Navbar1", + "pageId": "Startseite", + "widgetId": "6czcesbsdq" + } +} \ No newline at end of file diff --git a/pages/Startseite/queries/Haus_Aktiv/Haus_Aktiv.txt b/pages/Startseite/queries/Haus_Aktiv/Haus_Aktiv.txt new file mode 100644 index 0000000..e982bf9 --- /dev/null +++ b/pages/Startseite/queries/Haus_Aktiv/Haus_Aktiv.txt @@ -0,0 +1,2 @@ +SELECT HID, Hausname, Kürzel, Land From Haus +WHERE Status = 'aktiv' \ No newline at end of file diff --git a/pages/Startseite/queries/Haus_Aktiv/metadata.json b/pages/Startseite/queries/Haus_Aktiv/metadata.json new file mode 100644 index 0000000..3b8b168 --- /dev/null +++ b/pages/Startseite/queries/Haus_Aktiv/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_4b793ae8-7b82-4a66-849e-768d1621007d", + "id": "Startseite_Haus_Aktiv", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT HID, Hausname, Kürzel, Land From Haus \nWHERE Status = 'aktiv'", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Haus_Aktiv", + "pageId": "Startseite", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Startseite/queries/Haus_Dropdown/Haus_Dropdown.txt b/pages/Startseite/queries/Haus_Dropdown/Haus_Dropdown.txt new file mode 100644 index 0000000..c7d7695 --- /dev/null +++ b/pages/Startseite/queries/Haus_Dropdown/Haus_Dropdown.txt @@ -0,0 +1,2 @@ +SELECT DISTINCT Land +FROM Haus \ No newline at end of file diff --git a/pages/Startseite/queries/Haus_Dropdown/metadata.json b/pages/Startseite/queries/Haus_Dropdown/metadata.json new file mode 100644 index 0000000..fc4cdcc --- /dev/null +++ b/pages/Startseite/queries/Haus_Dropdown/metadata.json @@ -0,0 +1,31 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_3eeae806-24e8-4c16-a7bc-0c2fe0024aaa", + "id": "Startseite_Haus_Dropdown", + "pluginId": "mysql-plugin", + "pluginType": "DB", + "unpublishedAction": { + "actionConfiguration": { + "body": "SELECT DISTINCT Land\nFROM Haus", + "encodeParamsToggle": true, + "paginationType": "NONE", + "pluginSpecifiedTemplates": [ + { + "value": true + } + ], + "timeoutInMillisecond": 10000 + }, + "confirmBeforeExecute": false, + "datasource": { + "id": "MySQL Factsheets", + "isAutoGenerated": false, + "name": "MySQL Factsheets", + "pluginId": "mysql-plugin" + }, + "dynamicBindingPathList": [], + "name": "Haus_Dropdown", + "pageId": "Startseite", + "runBehaviour": "AUTOMATIC", + "userSetOnLoad": true + } +} \ No newline at end of file diff --git a/pages/Startseite/queries/Side_Jump-goToDetail/metadata.json b/pages/Startseite/queries/Side_Jump-goToDetail/metadata.json new file mode 100644 index 0000000..f4b3a3c --- /dev/null +++ b/pages/Startseite/queries/Side_Jump-goToDetail/metadata.json @@ -0,0 +1,35 @@ +{ + "gitSyncId": "6a57350b6665afa2c813ed3d_40996fc7-fc7a-4f9d-a94d-a4e0530aa3a0", + "id": "Startseite_Side_Jump.goToDetail", + "pluginId": "js-plugin", + "pluginType": "JS", + "unpublishedAction": { + "actionConfiguration": { + "encodeParamsToggle": true, + "jsArguments": [ + { + "name": "event" + } + ], + "paginationType": "NONE", + "timeoutInMillisecond": 10000 + }, + "collectionId": "Startseite_Side_Jump", + "confirmBeforeExecute": false, + "datasource": { + "isAutoGenerated": false, + "name": "UNUSED_DATASOURCE", + "pluginId": "js-plugin" + }, + "dynamicBindingPathList": [ + { + "key": "body" + } + ], + "fullyQualifiedName": "Side_Jump.goToDetail", + "name": "goToDetail", + "pageId": "Startseite", + "runBehaviour": "MANUAL", + "userSetOnLoad": false + } +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Bearbeitungsseite.json b/pages/Startseite/widgets/Grid_Filter/Bearbeitungsseite.json new file mode 100644 index 0000000..685aad9 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Bearbeitungsseite.json @@ -0,0 +1,46 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 5, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "PRIMARY", + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "iconName": "cog", + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "fo8bvfq1pw", + "leftColumn": 61, + "minWidth": 50, + "mobileBottomRow": 4, + "mobileLeftColumn": 60, + "mobileRightColumn": 64, + "mobileTopRow": 0, + "needsErrorInfo": false, + "onClick": "{{navigateTo('Bearbeitung Sportclubs', {}, 'SAME_WINDOW');}}", + "parentColumnSpace": 13.234375, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 63, + "tooltip": "Grundlege Bearebeitung der Hausdaten", + "topRow": 1, + "type": "ICON_BUTTON_WIDGET", + "version": 1, + "widgetId": "q14vbg1yjc", + "widgetName": "Bearbeitungsseite" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Ausstattung.json b/pages/Startseite/widgets/Grid_Filter/Container2/Ausstattung.json new file mode 100644 index 0000000..6345cfd --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Ausstattung.json @@ -0,0 +1,81 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "allowClear": false, + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 29, + "boxShadow": "none", + "defaultOptionValue": [ + "GREEN" + ], + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "expandAll": false, + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "u4za7p01p3", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "BOLD", + "labelText": "Ausstattung", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 34, + "mobileLeftColumn": 44, + "mobileRightColumn": 64, + "mobileTopRow": 27, + "mode": "SHOW_ALL", + "needsErrorInfo": false, + "options": [ + { + "children": [ + { + "label": "Dark Blue", + "value": "DARK BLUE" + }, + { + "label": "Light Blue", + "value": "LIGHT BLUE" + } + ], + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "originalBottomRow": 32, + "originalTopRow": 25, + "parentColumnSpace": 13.234375, + "parentId": "ba7n5g4to7", + "parentRowSpace": 10, + "placeholderText": "Ausstattung auswählen", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "topRow": 21, + "type": "MULTI_SELECT_TREE_WIDGET", + "version": 1, + "widgetId": "z36g9ea7e9", + "widgetName": "Ausstattung" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Container2.json b/pages/Startseite/widgets/Grid_Filter/Container2/Container2.json new file mode 100644 index 0000000..962b900 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Container2.json @@ -0,0 +1,95 @@ +{ + "animateLoading": true, + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 40, + "boxShadow": "none", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 290, + "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": "k7gk074n6g", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 304.390625, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "rj30q9bkbw", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 304.390625, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "ba7n5g4to7", + "widgetName": "Canvas2" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "borderColor" + }, + { + "key": "backgroundColor" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "09i9xox78b", + "leftColumn": 49, + "maxDynamicHeight": 9000, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 42, + "mobileLeftColumn": 41, + "mobileRightColumn": 64, + "mobileTopRow": 32, + "needsErrorInfo": false, + "originalBottomRow": 40, + "originalTopRow": 15, + "parentColumnSpace": 13.234375, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": true, + "topRow": 15, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "rj30q9bkbw", + "widgetName": "Container2" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Ende.json b/pages/Startseite/widgets/Grid_Filter/Container2/Ende.json new file mode 100644 index 0000000..92fd809 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Ende.json @@ -0,0 +1,56 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 7, + "boxShadow": "none", + "closeOnSelection": true, + "dateFormat": "DD/MM/YYYY", + "datePickerType": "DATE_PICKER", + "defaultDate": "2026-07-27T14:28:23.321Z", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "firstDayOfWeek": 0, + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "3yr3hwxioo", + "label": "Ende", + "labelAlignment": "left", + "labelPosition": "Top", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 32, + "maxDate": "2121-12-31T18:29:00.000Z", + "maxDynamicHeight": 9000, + "minDate": "1920-12-31T18:30:00.000Z", + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 14, + "mobileLeftColumn": 0, + "mobileRightColumn": 19, + "mobileTopRow": 7, + "needsErrorInfo": false, + "parentColumnSpace": 2.375732421875, + "parentId": "ba7n5g4to7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 62, + "shortcuts": false, + "timePrecision": "None", + "topRow": 0, + "type": "DATE_PICKER_WIDGET2", + "version": 2, + "widgetId": "trqdme3hs9", + "widgetName": "Ende" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Haustyp.json b/pages/Startseite/widgets/Grid_Filter/Container2/Haustyp.json new file mode 100644 index 0000000..94dfb78 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Haustyp.json @@ -0,0 +1,62 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 21, + "boxShadow": "none", + "defaultOptionValue": "", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [ + { + "key": "sourceData" + } + ], + "dynamicTriggerPathList": [], + "isDisabled": false, + "isFilterable": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "rix6dils76", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "BOLD", + "labelText": "Haustyp", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 19, + "mobileLeftColumn": 45, + "mobileRightColumn": 64, + "mobileTopRow": 12, + "needsErrorInfo": false, + "optionLabel": "name", + "optionValue": "code", + "originalBottomRow": 25, + "originalTopRow": 18, + "parentColumnSpace": 13.234375, + "parentId": "ba7n5g4to7", + "parentRowSpace": 10, + "placeholderText": "Haustyp auswählen", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "serverSideFiltering": false, + "sourceData": "[\n {\n \"name\": \"Gruppen\",\n \"code\": \"Gruppen\"\n },\n {\n \"name\": \"Gemischt\",\n \"code\": \"Gemischt\"\n },\n {\n \"name\": \"Endkunden\",\n \"code\": \"Endkunden\"\n }\n]", + "topRow": 14, + "type": "SELECT_WIDGET", + "version": 1, + "widgetId": "dsuo63lonb", + "widgetName": "Haustyp" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Region.json b/pages/Startseite/widgets/Grid_Filter/Container2/Region.json new file mode 100644 index 0000000..043bc36 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Region.json @@ -0,0 +1,62 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 14, + "boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)", + "defaultOptionValue": "", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "sourceData" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [ + { + "key": "sourceData" + } + ], + "dynamicTriggerPathList": [], + "isDisabled": false, + "isFilterable": true, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "yyizf3zw7v", + "labelAlignment": "left", + "labelPosition": "Top", + "labelStyle": "BOLD", + "labelText": "Region", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 12, + "mobileLeftColumn": 46, + "mobileRightColumn": 64, + "mobileTopRow": 5, + "needsErrorInfo": false, + "optionLabel": "name", + "optionValue": "Land", + "originalBottomRow": 18, + "originalTopRow": 12, + "parentColumnSpace": 13.234375, + "parentId": "ba7n5g4to7", + "parentRowSpace": 10, + "placeholderText": "Region auswählen", + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 63, + "serverSideFiltering": false, + "sourceData": "{{Haus_Dropdown.data}}", + "topRow": 7, + "type": "MULTI_SELECT_WIDGET_V2", + "version": 1, + "widgetId": "wk2qvqgt96", + "widgetName": "Region" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Container2/Start.json b/pages/Startseite/widgets/Grid_Filter/Container2/Start.json new file mode 100644 index 0000000..393472d --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Container2/Start.json @@ -0,0 +1,56 @@ +{ + "accentColor": "{{appsmith.theme.colors.primaryColor}}", + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 7, + "boxShadow": "none", + "closeOnSelection": true, + "dateFormat": "DD/MM/YYYY", + "datePickerType": "DATE_PICKER", + "defaultDate": "2026-07-27T14:28:23.321Z", + "dynamicBindingPathList": [ + { + "key": "accentColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "firstDayOfWeek": 0, + "isDisabled": false, + "isLoading": false, + "isRequired": false, + "isVisible": true, + "key": "3yr3hwxioo", + "label": "Start", + "labelAlignment": "left", + "labelPosition": "Top", + "labelTextSize": "0.875rem", + "labelWidth": 5, + "leftColumn": 0, + "maxDate": "2121-12-31T18:29:00.000Z", + "maxDynamicHeight": 9000, + "minDate": "1920-12-31T18:30:00.000Z", + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 14, + "mobileLeftColumn": 0, + "mobileRightColumn": 19, + "mobileTopRow": 7, + "needsErrorInfo": false, + "parentColumnSpace": 2.375732421875, + "parentId": "ba7n5g4to7", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 31, + "shortcuts": false, + "timePrecision": "None", + "topRow": 0, + "type": "DATE_PICKER_WIDGET2", + "version": 2, + "widgetId": "tbvqfjgx56", + "widgetName": "Start" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Divider.json b/pages/Startseite/widgets/Grid_Filter/Divider.json new file mode 100644 index 0000000..d4eba88 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Divider.json @@ -0,0 +1,33 @@ +{ + "animateLoading": true, + "bottomRow": 50, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "1obafps1cj", + "leftColumn": 47, + "minWidth": 450, + "mobileBottomRow": 20, + "mobileLeftColumn": 44, + "mobileRightColumn": 64, + "mobileTopRow": 16, + "needsErrorInfo": false, + "orientation": "vertical", + "parentColumnSpace": 13.234375, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 49, + "strokeStyle": "solid", + "thickness": 2, + "topRow": 0, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "3756u1feqd", + "widgetName": "Divider" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Divider_2.json b/pages/Startseite/widgets/Grid_Filter/Divider_2.json new file mode 100644 index 0000000..530992d --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Divider_2.json @@ -0,0 +1,35 @@ +{ + "animateLoading": true, + "bottomRow": 11, + "capSide": 0, + "capType": "nc", + "dividerColor": "#d4d4d8", + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "isLoading": false, + "isVisible": true, + "key": "zwgtgkmky4", + "leftColumn": 49, + "minWidth": 450, + "mobileBottomRow": 39, + "mobileLeftColumn": 44, + "mobileRightColumn": 64, + "mobileTopRow": 35, + "needsErrorInfo": false, + "orientation": "horizontal", + "originalBottomRow": 39, + "originalTopRow": 35, + "parentColumnSpace": 13.234375, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "strokeStyle": "solid", + "thickness": "1", + "topRow": 7, + "type": "DIVIDER_WIDGET", + "version": 1, + "widgetId": "gniz1lvul0", + "widgetName": "Divider_2" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Filter.json b/pages/Startseite/widgets/Grid_Filter/Filter.json new file mode 100644 index 0000000..6fc4b6b --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Filter.json @@ -0,0 +1,53 @@ +{ + "animateLoading": true, + "backgroundColor": "", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 15, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1.25rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "leypld09cl", + "leftColumn": 49, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 4, + "mobileLeftColumn": 46, + "mobileRightColumn": 62, + "mobileTopRow": 0, + "needsErrorInfo": false, + "originalBottomRow": 15, + "originalTopRow": 11, + "overflow": "NONE", + "parentColumnSpace": 13.234375, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Filter", + "textAlign": "LEFT", + "textColor": "#231f20", + "topRow": 11, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "ov74nvxfm1", + "widgetName": "Filter" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/Grid_Filter.json b/pages/Startseite/widgets/Grid_Filter/Grid_Filter.json new file mode 100644 index 0000000..ed77fc7 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/Grid_Filter.json @@ -0,0 +1,93 @@ +{ + "animateLoading": true, + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 62, + "boxShadow": "none", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 540, + "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": "gb6sy9hptk", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 325.125, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "9cplclfje0", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 325.125, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "2g50xrokku", + "widgetName": "Canvas1" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "backgroundColor" + }, + { + "key": "borderColor" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "2209zobvp0", + "leftColumn": 0, + "maxDynamicHeight": 54, + "minDynamicHeight": 5, + "minWidth": 450, + "mobileBottomRow": 17, + "mobileLeftColumn": 1, + "mobileRightColumn": 25, + "mobileTopRow": 7, + "needsErrorInfo": false, + "parentColumnSpace": 13.546875, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldScrollContents": false, + "topRow": 8, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "9cplclfje0", + "widgetName": "Grid_Filter" +} \ No newline at end of file diff --git a/pages/Startseite/widgets/Grid_Filter/HausGrid.json b/pages/Startseite/widgets/Grid_Filter/HausGrid.json new file mode 100644 index 0000000..4e06255 --- /dev/null +++ b/pages/Startseite/widgets/Grid_Filter/HausGrid.json @@ -0,0 +1,78 @@ +{ + "backgroundColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderColor": "{{appsmith.theme.colors.backgroundColor}}", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderWidth": "1", + "bottomRow": 53, + "boxShadow": "none", + "defaultModel": "{{ { cards: Haus_Aktiv.data, selectedHID: appsmith.store.selectedHID } }}", + "dynamicBindingPathList": [ + { + "key": "theme" + }, + { + "key": "borderRadius" + }, + { + "key": "backgroundColor" + }, + { + "key": "borderColor" + }, + { + "key": "defaultModel" + } + ], + "dynamicHeight": "FIXED", + "dynamicPropertyPathList": [], + "dynamicTriggerPathList": [ + { + "key": "onResetClick" + }, + { + "key": "onCardClick" + } + ], + "events": [ + "onResetClick", + "onCardClick" + ], + "isCanvas": false, + "isLoading": false, + "isSearchWildcard": true, + "isVisible": true, + "key": "vmzuv5dkb9", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "mobileBottomRow": 63, + "mobileLeftColumn": 1, + "mobileRightColumn": 24, + "mobileTopRow": 33, + "needsErrorInfo": false, + "onCardClick": "{{Side_Jump.goToDetail();}}", + "onResetClick": "{{showAlert('Successfully reset!!', '');}}", + "originalBottomRow": 60, + "originalTopRow": 6, + "parentColumnSpace": 25.078125, + "parentId": "2g50xrokku", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "rightColumn": 47, + "srcDoc": { + "css": "@import url(\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\");\n* {\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n font-family: Arial, sans-serif;\n background: transparent;\n}\n\n.grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n gap: 16px;\n padding: 16px;\n}\n\n.card {\n border-radius: 24px;\n overflow: hidden;\n background: #fff;\n box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);\n cursor: pointer;\n}\n\n.card__image {\n height: 180px;\n background: linear-gradient(135deg, #d48d86, #c47f7b);\n position: relative;\n}\n\n.card__badge {\n position: absolute;\n right: 12px;\n bottom: 12px;\n padding: 6px 10px;\n border-radius: 8px;\n background: rgba(120, 120, 120, 0.7);\n color: #fff;\n font-size: 12px;\n}\n\n.card__content {\n padding: 16px;\n}\n\n.card__title {\n font-size: 18px;\n font-weight: 700;\n color: #4a4a4a;\n}\n\n.card__subtitle {\n color: #9aa0a6;\n margin-top: 4px;\n}\n\n* {\n box-sizing: border-box;\n font-family: \"Inter\", sans-serif;\n}", + "html": "\n
\n", + "js": "function renderCards() {\n const cards = window.appsmith && window.appsmith.model && window.appsmith.model.cards || [];\n const root = document.getElementById(\"root\");\n root.innerHTML = `\n