System generated commit, initial commit

This commit is contained in:
2026-07-27 15:07:30 +00:00
parent 818ef1eddd
commit a3c2804e58
219 changed files with 11866 additions and 0 deletions
+77
View File
@@ -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
}
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"gitSyncId": "6a54b983d3076fb3cf8e67f0_73daa41f-a213-4fbd-b1d6-234348411d1e",
"isAutoGenerated": false,
"name": "MySQL Factsheets",
"pluginId": "mysql-plugin"
}
+6
View File
@@ -0,0 +1,6 @@
{
"artifactJsonType": "APPLICATION",
"clientSchemaVersion": 2,
"fileFormatVersion": 5,
"serverSchemaVersion": 12
}
@@ -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"
}
}
@@ -0,0 +1,7 @@
export default {
async setCreateMode() {
await storeValue("editContext", {
mode: "create"
}, false);
}
}
@@ -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": []
}
}
@@ -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);
}
}
@@ -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": []
}
}
@@ -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"
}
}
@@ -0,0 +1,9 @@
export default {
saveEdit() {
return Update_Haus.run(() => {
Haus_Schweiz.run();
Haus__Oesterreich.run();
Haus_Italien.run();
});
}
}
@@ -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": []
}
}
@@ -0,0 +1,9 @@
export default {
async openEditModal(row, sourceTable) {
await storeValue("editContext", {
mode: "edit",
row,
sourceTable
}, false);
}
}
@@ -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": []
}
}
@@ -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({
});
}
}
}
@@ -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": []
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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
}
}
@@ -0,0 +1 @@
SELECT * FROM Haus WHERE Land = 'Italien'
@@ -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
}
}
@@ -0,0 +1 @@
SELECT * FROM Haus WHERE Land = 'Schweiz'
@@ -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
}
}
@@ -0,0 +1 @@
SELECT * FROM Haus WHERE Land = 'Österreich'
@@ -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
}
}
@@ -0,0 +1,2 @@
SELECT COALESCE(MAX(HID), 0) + 1 as nextID
FROM Haus;
@@ -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
}
}
@@ -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
}
}
@@ -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}}
);
@@ -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
}
}
@@ -0,0 +1,2 @@
SELECT DISTINCT Land
FROM Haus
@@ -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
}
}
@@ -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
}
}
@@ -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
}
}
@@ -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}}
@@ -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
}
}
@@ -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
}
}
@@ -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"
}
@@ -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
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
+33
View File
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
+50
View File
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}
@@ -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"
}

Some files were not shown because too many files have changed in this diff Show More